summaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-09-01 16:36:49 -0400
committervimux <vimux@protonmail.com>2019-09-01 16:36:49 -0400
commit6a847ca683dcbeb71be4d30b6f96bd7b0442132f (patch)
tree961d7f086586c7459e861e68dabfa1c3720b4da9 /theme.toml
parentf73f722d24c453f8e98ce1e3c2fabd750738a8bd (diff)
Convert theme min_version to string
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 3ebbff6..9e56685 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "Starter Hugo theme for developers."
homepage = "https://github.com/vimux/blank/"
tags = ["blog", "plain", "blank", "starter", "development"]
features = ["blog"]
-min_version = 0.20
+min_version = "0.20"
[author]
name = "Vimux"