From 2a6a7eba699a73bb3c1ea0d674aa3432c52ef6f5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 3 Oct 2016 18:01:49 +0300 Subject: [PATCH] theme.toml: Bump minimum version to Hugo 0.17 Need 0.17 for multi-lingual support, see: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 1da1a08..e1a25e6 100644 --- a/theme.toml +++ b/theme.toml @@ -8,7 +8,7 @@ description = "A simple Hugo theme based on the Bootstrap v4 blog example." homepage = "https://github.com/alanorth/hugo-theme-bootstrap4" tags = ["bootstrap", "blog"] features = ["responsive", ""] -min_version = 0.15 +min_version = 0.17 [author] name = "Alan Orth"