cmd: Remove empty tags/features strings in theme.toml template

This commit is contained in:
digitalcraftsman 2017-01-19 19:58:53 +01:00 committed by Bjørn Erik Pedersen
parent d949c34af1
commit 99fd7c684f

View 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]