From aff1ac3235b6c075d01f7237addf44fecdd36d82 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 26 Jun 2017 12:38:45 -0600 Subject: [PATCH] commands: Use example.com as homepage for new theme The fictional siteforthistheme.com domain has been squatted by Afternic of GoDaddy since November 2016... --- commands/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/new.go b/commands/new.go index de922fc0..6a6e0615 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" -- 2.30.2