mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
commands, hugolib: Unify case of config variable names
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
dec1706ae0
commit
713f577a27
@@ -279,7 +279,7 @@ func InitializeConfig(subCmdVs ...*cobra.Command) error {
|
||||
}
|
||||
|
||||
if !viper.GetBool("relativeURLs") && viper.GetString("baseURL") == "" {
|
||||
jww.ERROR.Println("No 'baseurl' set in configuration or as a flag. Features like page menus will not work without one.")
|
||||
jww.ERROR.Println("No 'baseURL' set in configuration or as a flag. Features like page menus will not work without one.")
|
||||
}
|
||||
|
||||
if theme != "" {
|
||||
|
Reference in New Issue
Block a user