Skip to content

Commit 18fd86f

Browse files
authored
Fix/css cache (#63)
* Update css versions * Update CSS Cache * Update CSS Cache
1 parent 4947cc5 commit 18fd86f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- STYLESHEETS -->
2525
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2626
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
27-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=9" />
27+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=10" />
2828

2929
<!-- FONTS -->
3030
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -115,4 +115,4 @@
115115
</div>
116116
</body>
117117

118-
</html>
118+
</html>

web/password.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- STYLESHEETS -->
2727
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2828
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
29-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=9" />
29+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=10" />
3030
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />
3131

3232
<!-- FONTS -->
@@ -97,4 +97,4 @@ <h1>Password Protected!</h1>
9797
<div style="display: none;" hx-get="/raw/0" hx-trigger="keyup[ctrlKey&&shiftKey&&key=='R'] from:body"></div>
9898
</body>
9999

100-
</html>
100+
</html>

web/paste.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- STYLESHEETS -->
2727
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2828
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
29-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=9" />
29+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=10" />
3030
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />
3131

3232
<!-- FONTS -->
@@ -85,4 +85,4 @@
8585
<div style="display: none;" hx-get="/raw/0" hx-trigger="keyup[ctrlKey&&shiftKey&&key=='R'] from:body"></div>
8686
</body>
8787

88-
</html>
88+
</html>

0 commit comments

Comments
 (0)