commit aff1ac3235b6c075d01f7237addf44fecdd36d82
parent b463c5ad867a9fa71ab096ab3326c84d84e7e8ea
Author: Anthony Fok <foka@debian.org>
Date: Mon, 26 Jun 2017 12:38:45 -0600
commands: Use example.com as homepage for new theme
The fictional siteforthistheme.com domain has been
squatted by Afternic of GoDaddy since November 2016...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"