From 3cc67bfd7f8ae9ba290cc604aa9f31aab6ccffe2 Mon Sep 17 00:00:00 2001 From: Mark Mahoney Date: Mon, 5 Aug 2019 23:47:12 -0400 Subject: [PATCH] wrap min_version in quotes for valid theme.toml file (#133) --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 5f5ffc5..8cd85fa 100644 --- a/theme.toml +++ b/theme.toml @@ -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" tags = ["clean", "fast", "responsive", "typography"] features = ["flexible", "fast", "highlights", "progressive images", "disqus"] -min_version = 0.20.2 +min_version = "0.20.2" [author] name = "Alexis Tacnet"