mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
commands: Use example.com as homepage for new theme
The fictional siteforthistheme.com domain has been squatted by Afternic of GoDaddy since November 2016...
This commit is contained in:
parent
b463c5ad86
commit
aff1ac3235
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue