mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
commands: Fix case in default config variable
This commit is contained in:
parent
6fb4f048e1
commit
52976da0ec
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ func newContentPathSection(path string) (string, string) {
|
|||
|
||||
func createConfig(inpath string, kind string) (err error) {
|
||||
in := map[string]interface{}{
|
||||
"baseurl": "http://example.org/",
|
||||
"baseURL": "http://example.org/",
|
||||
"title": "My New Hugo Site",
|
||||
"languageCode": "en-us",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue