summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-16 14:06:16 +0100
committerVolpeon <git@volpeon.ink>2021-11-16 14:06:16 +0100
commit0734f2e51ebe2a445ef7222c00c207676e311b4e (patch)
tree99c8f2327cf50dce04f5ccd46dd5b0543c8f5992 /templates/base.html
parentUpdated emoji pages again (diff)
downloadvolpeon.ink-0734f2e51ebe2a445ef7222c00c207676e311b4e.tar.gz
volpeon.ink-0734f2e51ebe2a445ef7222c00c207676e311b4e.tar.bz2
volpeon.ink-0734f2e51ebe2a445ef7222c00c207676e311b4e.zip
Don't preload symbols
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 64e6b00..13cce16 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -36,7 +36,6 @@
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="preload" href="/style.css?$style_hash$" as="style" />
39 <link rel="preload" href="/symbols.svg" as="image" type="image/svg+xml" />
40 <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 39 <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
41 <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 40 <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
42 <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 41 <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" />