shithub: hugo

Download patch

ref: 010f6057ffc6a96ae0b481ad548a53906e0a5879
parent: 11cdb81501126f42271120aa3f2335df5771ccf6
author: Anthony Fok <[email protected]>
date: Mon Dec 8 08:14:57 EST 2014

Correct URL of the favicon in the documentation

img/favicon.png does not seem to exist,
so follow the example in docs/layouts/index.html
and use /favicon.ico instead.

--- a/docs/layouts/partials/header.html
+++ b/docs/layouts/partials/header.html
@@ -6,7 +6,7 @@
     <meta name="description" content="">
     <meta name="author" content="">
     <meta name="keyword" content="">
-    <link rel="shortcut icon" href="img/favicon.png">
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
 
     <title>{{.Title}}</title>