diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-23 20:22:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-23 20:22:51 +0200 |
commit | 4eeb0036ecd4497d3900f46a7c5371d0e6a0bad6 (patch) | |
tree | 5cb03ed711f8c342eef6216b9cb1c17b39766437 /templates/header.html | |
parent | 9f698bdfe42a668dd18343f18fb02d158fc66158 (diff) |
Add trip detail page0.5.0
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header.html b/templates/header.html index 9f57312..14953fe 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/v5/css/light.min.css" id="theme" rel="stylesheet"> +<link href="/static/v6/css/light.min.css" id="theme" rel="stylesheet"> <script> function addStyleSheet(name, id) { - const path = "/static/v5/css/" + name + ".min.css"; + const path = "/static/v6/css/" + name + ".min.css"; const old = document.getElementById(id); if (old && (old.href != path)) { old.href = path; |