It's not strictly necessary when the icon lives in the top-level
directory of the website, as browsers will fall back to that
path when the <link> element is absent, but it's still considered
good practice to spell out the path explicitly.

Signed-off-by: Andrea Bolognani <abolo...@redhat.com>
---
 docs/page.xsl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/page.xsl b/docs/page.xsl
index 580387ac59..52716ba4a5 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -93,6 +93,7 @@
         <meta name="viewport" content="width=device-width, initial-scale=1"/>
         <link rel="stylesheet" type="text/css" href="{$href_base}main.css"/>
         <link rel="apple-touch-icon" sizes="180x180" 
href="/apple-touch-icon.png"/>
+        <link rel="shortcut icon" href="/favicon.ico"/>
         <link rel="icon" type="image/png" sizes="32x32" 
href="/favicon-32x32.png"/>
         <link rel="icon" type="image/png" sizes="16x16" 
href="/favicon-16x16.png"/>
         <link rel="manifest" href="/manifest.json"/>
-- 
2.31.1

Reply via email to