chore: cache-bust style.css v28, dashboard.js v36

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-04-01 20:22:01 +00:00
parent 8b547f96de
commit 7079e7a66a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.css" rel="stylesheet">
{% set rp = request.scope.get('root_path', '') %}
<link href="{{ rp }}/static/css/style.css?v=27" rel="stylesheet">
<link href="{{ rp }}/static/css/style.css?v=28" rel="stylesheet">
</head>
<body>
<!-- Top Navbar (hidden on mobile via CSS) -->