Skip to content

Commit

Permalink
docs/website: fix favicon
Browse files Browse the repository at this point in the history
When the favicon image was added in f26e613 (docs/website: add
favicon.png), it was added to a different directory then where the header's
icon link points. This causes the favicon to fail to load with 404.

While we are here, remove the "shortcut" rel attribute as it is non-standard
and it's recommended not to use it[1].

[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel#sect4

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 8ad1a2e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
blmaier authored and jacmet committed Nov 30, 2023
1 parent 66acf39 commit 69f4ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Buildroot" content="">
<meta name="angelo.compagnucci@gmail.com" content="">
<link rel="shortcut icon" href="images/favicon.png">
<link rel="icon" href="favicon.png">

<title>Buildroot - Making Embedded Linux Easy</title>

Expand Down

0 comments on commit 69f4ee8

Please sign in to comment.