All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] docs/website: add favicon.png
@ 2018-04-28  7:31 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2018-04-28  7:31 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=f26e61319f3f9ba0bfed214197480e70a2058791
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The website advertises a favicon in PNG format, but we don't actually
provide one. From docs/website/header.html:

<link rel="shortcut icon" href="images/favicon.png">

So add one. Generated by:

convert -geometry 32x32!  docs/website/images/logo_small.png \
  docs/website/favicon.png

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 docs/website/favicon.png | Bin 0 -> 1801 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/docs/website/favicon.png b/docs/website/favicon.png
new file mode 100644
index 0000000000..3bfe1ba76e
Binary files /dev/null and b/docs/website/favicon.png differ

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-28  7:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-28  7:31 [Buildroot] [git commit] docs/website: add favicon.png Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.