From 13774d8035eac2f01d4789cbd5a6bcdd42caabf7 Mon Sep 17 00:00:00 2001
From: Marc Jones <marc-jones@users.noreply.github.com>
Date: Mon, 18 May 2015 17:21:07 +0100
Subject: [PATCH] Corrected link to favicon image

The original reference was to favicon.ico, when the provided image is .png
---
 layouts/partials/head.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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