Added version to CSS to allow invalidating it

This commit is contained in:
2025-05-29 00:12:40 +02:00
parent 84344596c8
commit 5e9cdc81fc
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="/static/css/style.css?version=1">
<title></title>
</head>
<body class="{{ template "bodyClass" . }}">