fix: add cache-busting version to chat CSS link
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user