[libvirt PATCH v2 2/6] docs: Add <link> pointing to favicon.ico

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <abologna@xxxxxxxxxx>
---
 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




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux