cache-bust css via content-hash ?v; keycap button style

This commit is contained in:
Jean Chevronnet 2026-08-31 01:35:59 +00:00
parent c3c9e08a9e
commit 55c6685df1
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
4 changed files with 47 additions and 14 deletions

View file

@ -14,7 +14,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="/static/style.css?v={{ css_v }}">
{% block head %}{% endblock %}
</head>
<body>