mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove defaultLayout config
Not in use.
This commit is contained in:
parent
50a03a5acc
commit
e7fda289b1
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ func loadDefaultSettingsFor(v *viper.Viper) error {
|
|||
v.SetDefault("dataDir", "data")
|
||||
v.SetDefault("i18nDir", "i18n")
|
||||
v.SetDefault("themesDir", "themes")
|
||||
v.SetDefault("defaultLayout", "post")
|
||||
v.SetDefault("buildDrafts", false)
|
||||
v.SetDefault("buildFuture", false)
|
||||
v.SetDefault("buildExpired", false)
|
||||
|
|
Loading…
Reference in a new issue