shithub: hugo

Download patch

ref: 6789b6c5ce03f055e3e401a3c181fea722e2ccd0
parent: de9f9ae16e9a17d697ebb0ba634f91f24a5f9971
author: spf13 <[email protected]>
date: Mon Aug 5 21:05:50 EDT 2013

removing erroneous debugging output

--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -367,7 +367,6 @@
 			n.Data["Plural"] = plural
 			n.Data["Index"] = s.Indexes[plural]
 			n.Data["OrderedIndex"] = s.Info.Indexes[plural]
-			fmt.Println(s.Info.Indexes)
 
 			x := s.RenderThing(n, layout)
 			s.WritePublic(plural+slash+"index.html", x.Bytes())