From 63655b30a84bafca58d37a6cd470cd6cd8a1f923 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 17 Nov 2025 10:54:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(instant.page):=20preload=20links=20as=20so?= =?UTF-8?q?on=20as=20they=E2=80=99re=20visible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_partials/init/index.html | 2 +- layouts/baseof.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 */ -}}