shithub: hugo

Download patch

ref: dff86cb22cef661ef9e5c2d425784d9a255b7f8d
parent: 21a7b725357697793c4639e38c4f632eef409f63
author: spf13 <[email protected]>
date: Fri Aug 2 23:29:24 EDT 2013

Renaming indexes template to indexes.html

--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -355,7 +355,7 @@
 }
 
 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()