mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 07:00:31 +03:00
parent
b581bbd856
commit
b8af06f26a
2 changed files with 2 additions and 1 deletions
|
@ -315,6 +315,7 @@ func loadDefaultSettings() {
|
|||
viper.SetDefault("HasCJKLanguage", false)
|
||||
viper.SetDefault("EnableEmoji", false)
|
||||
viper.SetDefault("PygmentsCodeFencesGuessSyntax", false)
|
||||
viper.SetDefault("UseModTimeAsFallback", false)
|
||||
}
|
||||
|
||||
// InitializeConfig initializes a config file with sensible default configuration flags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue