mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
parent
d25f7ec172
commit
fd38aee694
2 changed files with 29 additions and 1 deletions
|
@ -105,7 +105,7 @@ type PageConfig struct {
|
|||
Cascade []map[string]any
|
||||
Sitemap config.SitemapConfig
|
||||
Build BuildConfig
|
||||
Menus []string
|
||||
Menus any // Can be a string, []string or map[string]any.
|
||||
|
||||
// User defined params.
|
||||
Params maps.Params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue