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
This commit is contained in:
Alan Orth 2016-10-03 18:01:49 +03:00
parent b422567808
commit 2a6a7eba69
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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"