mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 23:02:19 -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["Plural"] = plural
|
||||||
n.Data["Index"] = s.Indexes[plural]
|
n.Data["Index"] = s.Indexes[plural]
|
||||||
n.Data["OrderedIndex"] = s.Info.Indexes[plural]
|
n.Data["OrderedIndex"] = s.Info.Indexes[plural]
|
||||||
fmt.Println(s.Info.Indexes)
|
|
||||||
|
|
||||||
x := s.RenderThing(n, layout)
|
x := s.RenderThing(n, layout)
|
||||||
s.WritePublic(plural+slash+"index.html", x.Bytes())
|
s.WritePublic(plural+slash+"index.html", x.Bytes())
|
||||||
|
|
Loading…
Reference in a new issue