diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index ecc96dfd..b475ee6b 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-20251114075837-113ad247" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha.2-20251117025418-de3b2340" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}} diff --git a/layouts/baseof.html b/layouts/baseof.html index f634bfeb..853e0fd8 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -16,11 +16,10 @@ {{- partial "head/seo.html" . -}} {{- partial "head/script.html" . -}} {{- /* TODO preload script https://developer.mozilla.org/zh-CN/docs/Web/HTML/Attributes/rel/preload */ -}} - {{- /* TODO add config and page config to config.js (static) */ -}} {{- /* Custom head */ -}} {{- block "custom-head" . }}{{ end -}} -
+ {{- /* Body wrapper */ -}}