summaryrefslogtreecommitdiff
path: root/templates/header.html
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-07-17 17:21:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-07-17 17:21:08 +0200
commit55d34cddeb813de001e47bcf33c40b2b99b2a540 (patch)
treeea9184dafe4406c1606d1cb01425265b1b54e5a7 /templates/header.html
parent418256cc34602853f206bb0b5a92710806b54e9d (diff)
release assets0.6.9
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header.html b/templates/header.html
index 9e6d8fb..9fee822 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -12,11 +12,11 @@
<link rel="apple-touch-icon" sizes="152x152" href="/static/icons/icon-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="/static/icons/icon-167x167.png">
-->
-<link href="/static/v7/css/light.min.css" id="theme" rel="stylesheet">
+<link href="/static/v8/css/light.min.css" id="theme" rel="stylesheet">
<script>
function addStyleSheet(name, id) {
- const path = "/static/v7/css/" + name + ".min.css";
+ const path = "/static/v8/css/" + name + ".min.css";
const old = document.getElementById(id);
if (old && (old.href != path)) {
old.href = path;