From d035ae2191ee62d79325f39e9cfc4c2a2295a334 Mon Sep 17 00:00:00 2001 From: Luke Orth Date: Mon, 31 Jul 2023 15:54:08 -0500 Subject: [PATCH] Updating minimum Hugo version in theme.toml --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index bbbfa052..c82f9d72 100644 --- a/theme.toml +++ b/theme.toml @@ -2,7 +2,7 @@ name = "Poison" license = "GPL-3.0 License" licenselink = "https://github.com/lukeorth/poison/blob/master/LICENSE.md" description = "A pragmatic Hugo theme for bloggers. Based on the classic \"Hyde\" design by mdo." -min_version = "0.41.0" +min_version = "0.101.0" # The home page of the theme, where the source can be found. homepage = "https://github.com/lukeorth/poison"