mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
removing erroneous debugging output
This commit is contained in:
parent
de9f9ae16e
commit
6789b6c5ce
1 changed files with 0 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue