From: digitalcraftsman Date: Thu, 19 Jan 2017 18:58:53 +0000 (+0100) Subject: cmd: Remove empty tags/features strings in theme.toml template X-Git-Tag: v0.19~102 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=99fd7c68;p=brevno-suite%2Fhugo cmd: Remove empty tags/features strings in theme.toml template --- diff --git a/commands/new.go b/commands/new.go index 3a3ec2e6..0b6ada53 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]