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

View File

@ -17,7 +17,7 @@
<!-- Icons --> <!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png"> <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 --> <!-- RSS -->
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />