From a5c50f69c20c8ac0736787ea425721131186287a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Jan 2020 20:06:43 +0200 Subject: [PATCH] theme.toml: Increase minimum Hugo version to 0.55 I think the new subresource integrity (SRI) stuff requires this. See: https://gohugo.io/hugo-pipes/fingerprint/ --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 7d1a108..bf6d308 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-blog" tags = ["bootstrap", "blog", "font awesome"] features = ["responsive", "blog"] -min_version = 0.25 +min_version = 0.55 [author] name = "Alan Orth"