mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
@@ -789,8 +789,10 @@ func (s *Site) assembleMenus() {
|
||||
navigation.SetPageValues(me, p)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
// If page is still nill, we must make sure that we have a URL that considers baseURL etc.
|
||||
if types.IsNil(me.Page) {
|
||||
me.ConfiguredURL = s.createNodeMenuEntryURL(me.MenuConfig.URL)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user