mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-06 04:30:11 +00:00
Renaming indexes template to indexes.html
This commit is contained in:
parent
21a7b72535
commit
dff86cb22c
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ func (s *Site) RenderIndexes() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Site) RenderIndexesIndexes() {
|
func (s *Site) RenderIndexesIndexes() {
|
||||||
layout := "indexes" + slash + "index.html"
|
layout := "indexes" + slash + "indexes.html"
|
||||||
if s.Tmpl.Lookup(layout) != nil {
|
if s.Tmpl.Lookup(layout) != nil {
|
||||||
for singular, plural := range s.c.Indexes {
|
for singular, plural := range s.c.Indexes {
|
||||||
n := s.NewNode()
|
n := s.NewNode()
|
||||||
|
|
Loading…
Add table
Reference in a new issue