From 99fd7c684ffebe55713a135fe8b93aaa4e80c229 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Thu, 19 Jan 2017 19:58:53 +0100 Subject: [PATCH] cmd: Remove empty tags/features strings in theme.toml template --- commands/new.go | 4 ++-- 1 file 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]