mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-19 20:51:18 +00:00
parent
7508a16470
commit
80e69344da
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ func (l configLoader) applyDefaultConfig() error {
|
||||||
"menus": maps.Params{},
|
"menus": maps.Params{},
|
||||||
"disableLiveReload": false,
|
"disableLiveReload": false,
|
||||||
"pluralizeListTitles": true,
|
"pluralizeListTitles": true,
|
||||||
"CapitalizeListTitles": true,
|
"capitalizeListTitles": true,
|
||||||
"forceSyncStatic": false,
|
"forceSyncStatic": false,
|
||||||
"footnoteAnchorPrefix": "",
|
"footnoteAnchorPrefix": "",
|
||||||
"footnoteReturnLinkContents": "",
|
"footnoteReturnLinkContents": "",
|
||||||
|
|
Loading…
Reference in a new issue