From 9f3947fd7e5503e5c2e13aae9f1597c51201b661 Mon Sep 17 00:00:00 2001 From: vimux Date: Sat, 8 Apr 2017 21:56:07 +0300 Subject: [PATCH] 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. --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"