diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 9 |
1 files changed, 1 insertions, 8 deletions
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 @@ | |||
35 | 35 | ||
36 | <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> | 36 | <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> |
37 | 37 | ||
38 | <link rel="preload" href="/style.css?$style_hash$" as="style" /> | 38 | <link rel="stylesheet" href="/style.css" /> |
39 | <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
40 | <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
41 | <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
42 | <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
43 | <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
44 | |||
45 | <link rel="stylesheet" href="/style.css?$style_hash$" /> | ||
46 | </head> | 39 | </head> |
47 | 40 | ||
48 | <body> | 41 | <body> |