From d444d79c5a96fc8c34283d6c18ddbfd6dcbb26c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 10 Aug 2019 14:25:34 +0200 Subject: [PATCH] Fix min_version (#189) --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 1397d76..8630f8b 100755 --- a/theme.toml +++ b/theme.toml @@ -8,7 +8,7 @@ description = "A Base theme for building full featured Hugo sites" homepage = "https://github.com/budparr/gohugo-theme-ananke" tags = ["website", "starter", "responsive", "Disqus", "blog", "Tachyons", "Multilingual"] features = ["posts", "shortcodes", "related content", "comments"] -min_version = 0.30.2 +min_version = "0.30.2" [author] name = "Bud Parr"