URI: 
       Correct URL of the favicon in the documentation - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 010f6057ffc6a96ae0b481ad548a53906e0a5879
   DIR parent 11cdb81501126f42271120aa3f2335df5771ccf6
  HTML Author: Anthony Fok <foka@debian.org>
       Date:   Mon,  8 Dec 2014 13:14:57 -0700
       
       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.
       
       Diffstat:
         M docs/layouts/partials/header.html   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git 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>