mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
removing erroneous debugging output
This commit is contained in:
@@ -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())
|
||||||
|
Reference in New Issue
Block a user