projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9f9ae
)
removing erroneous debugging output
author
spf13
<steve.francia@gmail.com>
Mon, 5 Aug 2013 23:05:50 +0000
(
01:05
+0200)
committer
spf13
<steve.francia@gmail.com>
Mon, 5 Aug 2013 23:05:50 +0000
(
01:05
+0200)
hugolib/site.go
patch
|
blob
|
history
diff --git
a/hugolib/site.go
b/hugolib/site.go
index 063edda1894ce5e5768f87e5e8a697035dc94b95..8b7d86c9351c34b5a6f383b72d0a2ba90f2f8022 100644
(file)
--- a/
hugolib/site.go
+++ b/
hugolib/site.go
@@
-367,7
+367,6
@@
func (s *Site) RenderIndexesIndexes() {
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())