Browse Source

Add type for favicon

Brendan Abolivier 6 years ago
parent
commit
95fd155f67
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html View File

@@ -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 }}" />