shithub: hugo

Download patch

ref: 52976da0ec67361556538e41fe18286ea4dfe878
parent: 6fb4f048e130b877b31ba215a1437911c3f26f5c
author: bogem <[email protected]>
date: Wed Nov 23 11:13:50 EST 2016

commands: Fix case in default config variable

--- a/commands/new.go
+++ b/commands/new.go
@@ -332,7 +332,7 @@
 
 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",
 	}