mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
cmd: Remove empty tags/features strings in theme.toml template
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d949c34af1
commit
99fd7c684f
@@ -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]
|
||||
|
Reference in New Issue
Block a user