Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go
index de922fc0d..6a6e0615f 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -344,7 +344,7 @@ name = "` + strings.Title(helpers.MakeTitle(filepath.Base(inpath))) + `"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
description = ""
-homepage = "http://siteforthistheme.com/"
+homepage = "http://example.com/"
tags = []
features = []
min_version = "0.24"