mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove metaDataFormat setting
Not in use anymore.
This commit is contained in:
parent
4f5011692a
commit
de9cbf6195
1 changed files with 0 additions and 1 deletions
|
@ -585,7 +585,6 @@ func loadDefaultSettingsFor(v *viper.Viper) error {
|
|||
|
||||
v.SetDefault("cleanDestinationDir", false)
|
||||
v.SetDefault("watch", false)
|
||||
v.SetDefault("metaDataFormat", "toml")
|
||||
v.SetDefault("resourceDir", "resources")
|
||||
v.SetDefault("publishDir", "public")
|
||||
v.SetDefault("themesDir", "themes")
|
||||
|
|
Loading…
Reference in a new issue