Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vimux/blank.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2017-04-08 21:56:07 +0300
committervimux <vimux@protonmail.com>2017-04-08 21:56:07 +0300
commit9f3947fd7e5503e5c2e13aae9f1597c51201b661 (patch)
tree184196d5a2384eca3a63291983259db7360c1150
parentbd3330875a87fcd8b42cf0bd889bea10a793ebcc (diff)
Bump Hugo min version to v0.19
With new Hugo v0.20 the `.Now` is deprecated and will be replaced by the `now` template function. Hugo v0.19 supports both template functions.
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 5adf2fe..a6d5be2 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"]
features = ["blog"]
-min_version = 0.17
+min_version = 0.19
[author]
name = "Vimux"