aboutsummaryrefslogtreecommitdiff
path: root/templates/header.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2021-04-03 09:22:43 +0000
committerr <r@freesoftwareextremist.com>2021-04-03 09:24:39 +0000
commit76c5baef6ae8f5520ab40fef48532b6b5759384f (patch)
tree4826c83217ab73d7f7b9964190553027a2ed994a /templates/header.tmpl
parenta82745175e6e4cbd87c884a7ec7d0408e9a4f3d5 (diff)
downloadbloat-76c5baef6ae8f5520ab40fef48532b6b5759384f.tar.gz
bloat-76c5baef6ae8f5520ab40fef48532b6b5759384f.zip
Add option for user CSS
Diffstat (limited to 'templates/header.tmpl')
-rw-r--r--templates/header.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/header.tmpl b/templates/header.tmpl
index df2b6af..1abb6dd 100644
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -25,6 +25,9 @@
{{if $.Ctx.FluorideMode}}
<script src="/static/fluoride.js"></script>
{{end}}
+ {{if $.Ctx.UserCSS}}
+ <style>{{$.Ctx.UserCSS}}</style>
+ {{end}}
</head>
<body {{if $.Ctx.DarkMode}}class="dark"{{end}}>
{{end}}