From be0ceaef5623ae67d69fa1b830dd4a35d21dc4f4 Mon Sep 17 00:00:00 2001 From: Brandon Maier Date: Tue, 28 Nov 2023 19:55:07 +0000 Subject: [PATCH] docs/website: fix favicon When the favicon image was added in f26e61319f3f (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 Signed-off-by: Peter Korsgaard (cherry picked from commit 8ad1a2eaa5fa6c5eaa6614b007b968223e49448e) Signed-off-by: Peter Korsgaard --- docs/website/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/header.html b/docs/website/header.html index e1909291f6..548ed7ad53 100644 --- a/docs/website/header.html +++ b/docs/website/header.html @@ -6,7 +6,7 @@ - + Buildroot - Making Embedded Linux Easy