summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2017-06-26 12:38:45 -0600
committerAnthony Fok <foka@debian.org>2017-06-26 12:38:45 -0600
commitaff1ac3235b6c075d01f7237addf44fecdd36d82 (patch)
tree0c150721b0e3c36c22e24b41d629b95988b6f610 /commands
parentb463c5ad867a9fa71ab096ab3326c84d84e7e8ea (diff)
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 (limited to 'commands')
-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"