mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Remove defaultLayout config
Not in use.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user