wrap min_version in quotes for valid theme.toml file (#133)

This commit is contained in:
Mark Mahoney
2019-08-05 23:47:12 -04:00
committed by Michael Noronha
parent c5a067e22a
commit 3cc67bfd7f

View File

@@ -5,7 +5,7 @@ description = "Cocoa Enhanced is a clean, fast and responsive theme with cool ty
homepage = "https://github.com/fuegowolf/cocoa-eh-hugo-theme" homepage = "https://github.com/fuegowolf/cocoa-eh-hugo-theme"
tags = ["clean", "fast", "responsive", "typography"] tags = ["clean", "fast", "responsive", "typography"]
features = ["flexible", "fast", "highlights", "progressive images", "disqus"] features = ["flexible", "fast", "highlights", "progressive images", "disqus"]
min_version = 0.20.2 min_version = "0.20.2"
[author] [author]
name = "Alexis Tacnet" name = "Alexis Tacnet"