chore(config): remove deprecated hugoVersion.extended

The `hugoVersion.extended` field is deprecated since Hugo v0.153.0
and the version check was removed in v0.153.2. WebP encoding is now
supported in all Hugo editions, and LibSass has been replaced by Dart
Sass. Since the theme requires Hugo >= 0.161.0, this setting is no
longer needed.
This commit is contained in:
Cell
2026-07-18 02:48:17 +08:00
parent 06419f7968
commit b274b1b33b
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -186,7 +186,6 @@ weight = 80
[module]
[module.hugoVersion]
extended = true
min = "0.161.0"
# -------------------------------------------------------------------------------------
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v1.0.0-mrp9zxdw" -}}
{{- hugo.Store.Set "version" "v1.0.0-mrpajmty" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}