projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a7b72
)
Renaming indexes template to indexes.html
author
spf13
<steve.francia@gmail.com>
Sat, 3 Aug 2013 07:29:24 +0000
(
03:29
-0400)
committer
spf13
<steve.francia@gmail.com>
Sat, 3 Aug 2013 07:29:24 +0000
(
03:29
-0400)
hugolib/site.go
patch
|
blob
|
history
diff --git
a/hugolib/site.go
b/hugolib/site.go
index 09a1493ef92e22cf125d588788c61b2c470d683f..063edda1894ce5e5768f87e5e8a697035dc94b95 100644
(file)
--- a/
hugolib/site.go
+++ b/
hugolib/site.go
@@
-355,7
+355,7
@@
func (s *Site) RenderIndexes() {
}
func (s *Site) RenderIndexesIndexes() {
- layout := "indexes" + slash + "index.html"
+ layout := "indexes" + slash + "index
es
.html"
if s.Tmpl.Lookup(layout) != nil {
for singular, plural := range s.c.Indexes {
n := s.NewNode()