ref: 99fd7c684ffebe55713a135fe8b93aaa4e80c229
parent: d949c34af1da569da5ba19709ba48c962e257f05
author: digitalcraftsman <[email protected]>
date: Thu Jan 19 14:58:53 EST 2017
cmd: Remove empty tags/features strings in theme.toml template
--- a/commands/new.go
+++ b/commands/new.go
@@ -294,8 +294,8 @@
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
description = ""
homepage = "http://siteforthistheme.com/"
-tags = ["", ""]
-features = ["", ""]
+tags = []
+features = []
min_version = 0.18
[author]