]> njoseph.me Git - hyde.git/commitdiff
Corrected link to favicon image
authorMarc Jones <marc-jones@users.noreply.github.com>
Mon, 18 May 2015 16:21:07 +0000 (17:21 +0100)
committerMarc Jones <marc-jones@users.noreply.github.com>
Mon, 18 May 2015 16:21:07 +0000 (17:21 +0100)
The original reference was to favicon.ico, when the provided image is .png

layouts/partials/head.html

index a9f9401fc5d1767cca17898c43fc36c8472bee3a..894b90766fee42ea71d729b1be3c7fc745e39d21 100644 (file)
@@ -17,7 +17,7 @@
 
   <!-- Icons -->
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
-  <link rel="shortcut icon" href="/favicon.ico">
+  <link rel="shortcut icon" href="/favicon.png">
 
   <!-- RSS -->
   <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />