From 3e9ab8693bb5ffb117b883e5aa33d4dcff2a0e71 Mon Sep 17 00:00:00 2001
From: Volpeon <git@volpeon.ink>
Date: Wed, 17 Nov 2021 09:10:36 +0100
Subject: Move preload stuff to headers

---
 templates/base.html | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

(limited to 'templates')

diff --git a/templates/base.html b/templates/base.html
index 13cce16..ab050e7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -35,14 +35,7 @@
 
     <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title>
 
-    <link rel="preload" href="/style.css?$style_hash$" as="style" />
-    <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
-    <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
-    <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
-    <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
-    <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
-
-    <link rel="stylesheet" href="/style.css?$style_hash$" />
+    <link rel="stylesheet" href="/style.css" />
 </head>
 
 <body>
-- 
cgit v1.2.3-70-g09d2