Skip to content

Commit aff1ac3

Browse files
committed
commands: Use example.com as homepage for new theme
The fictional siteforthistheme.com domain has been squatted by Afternic of GoDaddy since November 2016...
1 parent b463c5a commit aff1ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎commands/new.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ name = "` + strings.Title(helpers.MakeTitle(filepath.Base(inpath))) + `"
344344
license = "MIT"
345345
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
346346
description = ""
347-
homepage = "http://siteforthistheme.com/"
347+
homepage = "http://example.com/"
348348
tags = []
349349
features = []
350350
min_version = "0.24"

0 commit comments

Comments
 (0)