From 338de75fb45b861510e99a8271724fd00f2b023e Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 26 Jul 2025 14:24:12 +0200 Subject: Fix font preloads, add speculative prefetch rules --- themes/conspiracy/layouts/baseof.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'themes/conspiracy/layouts/baseof.html') diff --git a/themes/conspiracy/layouts/baseof.html b/themes/conspiracy/layouts/baseof.html index d8ebc93..32a5423 100644 --- a/themes/conspiracy/layouts/baseof.html +++ b/themes/conspiracy/layouts/baseof.html @@ -5,11 +5,26 @@ {{- partial "header.html" . -}} {{- block "main" . }}{{- end }} {{- partial "footer.html" . -}} - + + -- cgit