cache busting
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled

This commit is contained in:
Priec
2026-06-29 19:16:29 +02:00
parent 983847b37d
commit 551ff3aedc
2 changed files with 11 additions and 11 deletions

View File

@@ -6,11 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{{ t(key="brand", lang=lang | default(value='sk')) }}{% endblock title %}</title>
<meta name="description" content="{% block meta_description %}{{ t(key="meta-description", lang=lang | default(value='sk')) }}{% endblock meta_description %}">
<link rel="icon" type="image/x-icon" href="/static/favicon/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png">
<link rel="manifest" href="/static/favicon/site.webmanifest">
<link rel="icon" type="image/x-icon" href="/static/favicon/favicon.ico?v=2026-06-29">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png?v=2026-06-29">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png?v=2026-06-29">
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png?v=2026-06-29">
<link rel="manifest" href="/static/favicon/site.webmanifest?v=2026-06-29">
<script>
// Apply the saved theme before first paint to avoid a flash.
function applyTheme(t) {
@@ -100,7 +100,7 @@
<!-- real KOMPRESS logo from www.e-shop.kompress.sk (hidden on mobile;
the category drawer carries navigation there) -->
<a href="/" class="hidden shrink-0 items-center sm:flex">
<img src="/static/img/logo.svg" alt="{{ t(key='brand', lang=lang | default(value='sk')) }}" width="260" height="52" class="h-8 w-auto" />
<img src="/static/img/logo.svg?v=2026-06-29" alt="{{ t(key='brand', lang=lang | default(value='sk')) }}" width="260" height="52" class="h-8 w-auto" />
</a>
<!-- in-header search → existing GET /search (q param). Hidden on small