diff --git a/hugo.toml b/hugo.toml index a62a5c34..55122a38 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1084,7 +1084,7 @@ hotWords = true # FixIt 0.3.17 | NEW Summary AI config # See https://ai.zhheo.com/docs/summary.html [params.postSummary] -enable = true +enable = false # If you set `params.postChat.key`, you don't need to set `params.postSummary.key` key = "" title = "" diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 7f6ca2cd..2f2539f5 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.0-rc-20260104062232-a7921396" -}} +{{- hugo.Store.Set "version" "v0.4.0-rc-20260104062713-84c1358e" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}