diff --git a/apps/test/hugo.toml b/apps/test/hugo.toml index d00197ba..d4714d96 100644 --- a/apps/test/hugo.toml +++ b/apps/test/hugo.toml @@ -34,11 +34,8 @@ _merge = "shallow" # ------------------------------------------------------------------------------------- [params] -# FixIt theme version version = "0.3.X" -# e.g. "0.2.X", "0.2.15", "v0.2.15" etc. -# ... [params.page] collectionList = true collectionNavigation = true diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 39742621..970ff451 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.0-alpha.2-20251011071336-1c95aef3" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha.2-20251012052224-664e9f0e" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}