summaryrefslogtreecommitdiffstats
path: root/commands/new.go
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2017-01-19 19:58:53 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-01-20 23:44:40 +0700
commit99fd7c684ffebe55713a135fe8b93aaa4e80c229 (patch)
tree0569ab849c62cbd4cc80f8d0c446ceaee6a65141 /commands/new.go
parentd949c34af1da569da5ba19709ba48c962e257f05 (diff)
cmd: Remove empty tags/features strings in theme.toml template
Diffstat (limited to 'commands/new.go')
-rw-r--r--commands/new.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/new.go b/commands/new.go
index 3a3ec2e61..0b6ada534 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -294,8 +294,8 @@ license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
description = ""
homepage = "http://siteforthistheme.com/"
-tags = ["", ""]
-features = ["", ""]
+tags = []
+features = []
min_version = 0.18
[author]