mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Spring cleaning of the menu code
This commit is contained in:
@@ -780,7 +780,7 @@ func (p *Page) Menus() PageMenus {
|
||||
jww.ERROR.Printf("unable to process menus for %q: %s", p.Title, err)
|
||||
}
|
||||
|
||||
menuEntry.MarshallMap(ime)
|
||||
menuEntry.marshallMap(ime)
|
||||
}
|
||||
p.pageMenus[name] = &menuEntry
|
||||
}
|
||||
|
Reference in New Issue
Block a user