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/_partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/conspiracy/layouts/_partials/head.html') diff --git a/themes/conspiracy/layouts/_partials/head.html b/themes/conspiracy/layouts/_partials/head.html index c82f260..026a312 100644 --- a/themes/conspiracy/layouts/_partials/head.html +++ b/themes/conspiracy/layouts/_partials/head.html @@ -9,7 +9,7 @@ {{- $stylesheet := resources.Get "css/style.css" | resources.ExecuteAsTemplate "style.css" . }} - + -- cgit