wizard

placeholder description
git clone git@git.shmage.xyz/wizard.git
Log | Files | Refs | README

commit 9f3947fd7e5503e5c2e13aae9f1597c51201b661
parent bd3330875a87fcd8b42cf0bd889bea10a793ebcc
Author: vimux <vimux@protonmail.com>
Date:   Sat,  8 Apr 2017 21:56:07 +0300

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.

Diffstat:
Mtheme.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"