diff options
author | r <r@freesoftwareextremist.com> | 2022-05-10 17:25:58 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2022-05-10 17:25:58 +0000 |
commit | 4ad71587d821d8586d1fe648ad15f601a318662f (patch) | |
tree | ca60578c6711008f77d83d6f6e61c7c36b6497bf /templates | |
parent | 471701f0294a4327dacc8d99bc1d8ec04ffc1392 (diff) | |
download | bloat-4ad71587d821d8586d1fe648ad15f601a318662f.tar.gz bloat-4ad71587d821d8586d1fe648ad15f601a318662f.zip |
Fix custom CSS
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.tmpl | 2 |
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}}> |