mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
@@ -51,7 +51,6 @@ func (p *pageMenus) Menus() navigation.PageMenus {
|
||||
func (p *pageMenus) menus() navigation.PageMenus {
|
||||
p.init()
|
||||
return p.pm
|
||||
|
||||
}
|
||||
|
||||
func (p *pageMenus) init() {
|
||||
@@ -68,7 +67,5 @@ func (p *pageMenus) init() {
|
||||
if err != nil {
|
||||
p.p.s.Log.Errorln(p.p.wrapError(err))
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user