about summary refs log tree commit diff stats
path: root/layouts/partials
diff options
context:
space:
mode:
authorMarc Jones2015-05-18 17:21:07 +0100
committerMarc Jones2015-05-18 17:21:07 +0100
commit13774d8035eac2f01d4789cbd5a6bcdd42caabf7 (patch)
treef16a7aacaad1c795a849d3dea90d5a445b69582e /layouts/partials
parent1a7140a4d7fd4b5834178c721fdb636e96db2dd6 (diff)
downloadhyde-13774d8035eac2f01d4789cbd5a6bcdd42caabf7.tar.lz
hyde-13774d8035eac2f01d4789cbd5a6bcdd42caabf7.tar.zst
hyde-13774d8035eac2f01d4789cbd5a6bcdd42caabf7.zip
Corrected link to favicon image
The original reference was to favicon.ico, when the provided image is .png
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a9f9401..894b907 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -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 }}" />