Renaming indexes template to indexes.html

This commit is contained in:
spf13 2013-08-03 03:29:24 -04:00
parent 21a7b72535
commit dff86cb22c

View file

@ -355,7 +355,7 @@ func (s *Site) RenderIndexes() {
}
func (s *Site) RenderIndexesIndexes() {
layout := "indexes" + slash + "index.html"
layout := "indexes" + slash + "indexes.html"
if s.Tmpl.Lookup(layout) != nil {
for singular, plural := range s.c.Indexes {
n := s.NewNode()