Parcourir la source

Add type for favicon

Brendan Abolivier il y a 6 ans
Parent
révision
95fd155f67
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Voir le fichier

@@ -40,7 +40,7 @@
40 40
 
41 41
   <!-- Icons -->
42 42
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
43
-  <link rel="shortcut icon" href="/favicon.png">
43
+  <link rel="shortcut icon" type="image/png" href="/favicon.png">
44 44
 
45 45
   <!-- RSS -->
46 46
   <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />