fix: add cache-busting version to chat CSS link

This commit is contained in:
juanatsap
2026-04-08 13:32:31 +01:00
parent 069d6f860e
commit c93bfb0450
+1 -1
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="/static/css/main.css">
{{end}}
{{if .ChatEnabled}}
<link rel="stylesheet" href="/static/css/04-interactive/_chat.css">
<link rel="stylesheet" href="/static/css/04-interactive/_chat.css?v=20260408">
{{end}}
<!-- Print styles - loaded separately, only applied when printing -->
<link rel="stylesheet" href="/static/css/print.css" media="print">