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
 
40
 
41
   <!-- Icons -->
41
   <!-- Icons -->
42
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
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
   <!-- RSS -->
45
   <!-- RSS -->
46
   <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
46
   <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />