From df2fae988623d595505ee999cd68bc9047a0883c Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 16 Aug 2025 03:21:27 -0500 Subject: [PATCH] Update min_version because of template system refactor I think this version has the newest features that I'm using. Hopefully I didn't miss/forget about something when skimming through the Hugo release history just now. --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index b0da64e..cf01ce1 100644 --- a/theme.toml +++ b/theme.toml @@ -8,7 +8,7 @@ description = "Simple Hugo theme for boba.best and bbaovanc.com" homepage = "https://bbaovanc.com" tags = [] features = [] -min_version = "0.93.0" +min_version = "0.146.0" [author] name = "bbaovanc"