Browse Source

Merge pull request #11 from marc-jones/patch-1

Corrected link to favicon image
digitalcraftsman 9 years ago
parent
commit
75ea79ab8b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/head.html

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

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