aboutsummaryrefslogtreecommitdiff
path: root/templates/header.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2022-05-10 17:25:58 +0000
committerr <r@freesoftwareextremist.com>2022-05-10 17:25:58 +0000
commit4ad71587d821d8586d1fe648ad15f601a318662f (patch)
treeca60578c6711008f77d83d6f6e61c7c36b6497bf /templates/header.tmpl
parent471701f0294a4327dacc8d99bc1d8ec04ffc1392 (diff)
downloadbloat-4ad71587d821d8586d1fe648ad15f601a318662f.tar.gz
bloat-4ad71587d821d8586d1fe648ad15f601a318662f.zip
Fix custom CSS
Diffstat (limited to 'templates/header.tmpl')
-rw-r--r--templates/header.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.tmpl b/templates/header.tmpl
index 1abb6dd..8a1b0ca 100644
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -26,7 +26,7 @@
<script src="/static/fluoride.js"></script>
{{end}}
{{if $.Ctx.UserCSS}}
- <style>{{$.Ctx.UserCSS}}</style>
+ <style>{{RawCSS $.Ctx.UserCSS}}</style>
{{end}}
</head>
<body {{if $.Ctx.DarkMode}}class="dark"{{end}}>