From db28ce75d17aaa77a045241e06957f73003be7cd Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 7 Jul 2017 15:34:40 +0300 Subject: [PATCH] theme.toml: Bump minimum version to 0.25 Due to depending on the updated Disqus template from Hugo 0.25. See: https://github.com/gohugoio/hugo/releases/tag/v0.25 --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 96838e2..26e7986 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "A simple Hugo theme based on the Bootstrap v4 blog example." homepage = "https://github.com/alanorth/hugo-theme-bootstrap4" tags = ["bootstrap", "blog", "font awesome"] features = ["responsive", "blog"] -min_version = 0.19 +min_version = 0.25 [author] name = "Alan Orth"