summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-16 09:42:07 +0200
committerVolpeon <git@volpeon.ink>2021-05-16 09:42:07 +0200
commit541355eadcfe5c39c6e11e9e435b12f325c60f49 (patch)
tree37105c3d3c06b881cf8c3ab9d37765bb7526d5ad /templates/base.html
parentDesign adjustments (diff)
downloadvolpeon.ink-541355eadcfe5c39c6e11e9e435b12f325c60f49.tar.gz
volpeon.ink-541355eadcfe5c39c6e11e9e435b12f325c60f49.tar.bz2
volpeon.ink-541355eadcfe5c39c6e11e9e435b12f325c60f49.zip
Cache busting for stylesheet
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index d9aaa8e..466f7c8 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,7 +21,7 @@
21 21
22 <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> 22 <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title>
23 23
24 <link rel="preload" href="/style.css" as="style" /> 24 <link rel="preload" href="/style.css?$style_hash$" as="style" />
25 <link rel="preload" href="/symbols.svg" as="image" type="image/svg+xml" /> 25 <link rel="preload" href="/symbols.svg" as="image" type="image/svg+xml" />
26 <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 26 <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
27 <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 27 <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
@@ -29,7 +29,7 @@
29 <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 29 <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
30 <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> 30 <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
31 31
32 <link rel="stylesheet" href="/style.css" /> 32 <link rel="stylesheet" href="/style.css?$style_hash$" />
33</head> 33</head>
34 34
35<body> 35<body>