cmd: Remove empty tags/features strings in theme.toml template
authordigitalcraftsman <digitalcraftsman@protonmail.com>
Thu, 19 Jan 2017 18:58:53 +0000 (19:58 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 20 Jan 2017 16:44:40 +0000 (23:44 +0700)
commands/new.go

index 3a3ec2e614f2a08d53a583929ff62f35487cba3a..0b6ada534402d6b35b0e4ad4010e199a6b91eee7 100644 (file)
@@ -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]