Browse Source

Corrected link to favicon image

The original reference was to favicon.ico, when the provided image is .png
Marc Jones 9 years ago
parent
commit
13774d8035
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/head.html

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

17
 
17
 
18
   <!-- Icons -->
18
   <!-- Icons -->
19
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
19
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
20
-  <link rel="shortcut icon" href="/favicon.ico">
20
+  <link rel="shortcut icon" href="/favicon.png">
21
 
21
 
22
   <!-- RSS -->
22
   <!-- RSS -->
23
   <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
23
   <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />