diff options
author | Volpeon <git@volpeon.ink> | 2021-11-16 14:06:16 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-16 14:06:16 +0100 |
commit | 0734f2e51ebe2a445ef7222c00c207676e311b4e (patch) | |
tree | 99c8f2327cf50dce04f5ccd46dd5b0543c8f5992 | |
parent | Updated emoji pages again (diff) | |
download | volpeon.ink-0734f2e51ebe2a445ef7222c00c207676e311b4e.tar.gz volpeon.ink-0734f2e51ebe2a445ef7222c00c207676e311b4e.tar.bz2 volpeon.ink-0734f2e51ebe2a445ef7222c00c207676e311b4e.zip |
Don't preload symbols
-rw-r--r-- | templates/base.html | 1 |
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" /> |