diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html index 40cf1efe..2b738655 100644 --- a/layouts/_partials/header.html +++ b/layouts/_partials/header.html @@ -288,7 +288,7 @@ {{- .Language.LanguageName -}} {{- dict "Class" "dropdown-icon fa-solid fa-chevron-down" | partial "plugin/icon.html" -}} - {{- if eq .Kind "404" -}} {{- range .Sites -}} {{- $link := printf "%v/404.html" .LanguagePrefix -}} diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index a2d1965a..ecc96dfd 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-20251114024932-1ba03035" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha.2-20251114075837-113ad247" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}