URI: 
       Merge pull request #49 from cabello/patch-1 - 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 3d0dc1acb1089022172f61ed65f6002f3fdb9780
   DIR parent eff8457ac91e337b81876271aca31bf4d61e09f1
  HTML Author: Steve Francia <steve.francia@gmail.com>
       Date:   Tue, 20 Aug 2013 20:54:06 -0700
       
       Merge pull request #49 from cabello/patch-1
       
       Fix broken link to Index page
       Diffstat:
         M docs/content/layout/templates.md    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/docs/content/layout/templates.md b/docs/content/layout/templates.md
       @@ -22,7 +22,7 @@ The homepage of your site.
        ### [RSS](/layout/rss/)
        Used to render all rss documents.
        
       -### [Indexes](/layout/indexes)
       +### [Index](/layout/index)
        Page that list multiple pieces of content.
        
        ### [Content](/layout/content)