Corrected link to favicon image

The original reference was to favicon.ico, when the provided image is .png
This commit is contained in:
Marc Jones 2015-05-18 17:21:07 +01:00
parent 1a7140a4d7
commit 13774d8035
1 changed files with 1 additions and 1 deletions

View 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 }}" />