From 102129f36a3ec479298ac476612e367656d1bd8c Mon Sep 17 00:00:00 2001 From: geekifan Date: Sun, 11 May 2025 12:35:39 +0800 Subject: [PATCH] fix: missing theme_version --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index 481069d..8dc4ab0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,6 +7,9 @@ defaultContentLanguageInSubdir = false [pagination] pagerSize = 5 +[params] + theme_version = "1.0.0" + [outputs] home = ["HTML", "RSS", "JSON"]