aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2023-10-15 15:46:54 +0000
committerr <r@freesoftwareextremist.com>2023-10-15 15:46:54 +0000
commited521dd33d0d002c577a75e349136fed25b7fda5 (patch)
treee591517207ee9283e450a032530668d3b81ff9e7 /templates
parent927072e26a470ed3084e36ae2413f4dfd088905f (diff)
downloadbloat-ed521dd33d0d002c577a75e349136fed25b7fda5.tar.gz
bloat-ed521dd33d0d002c577a75e349136fed25b7fda5.zip
Restrict instance level custom CSS to static directory
Diffstat (limited to 'templates')
-rw-r--r--templates/header.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.tmpl b/templates/header.tmpl
index 8a1b0ca..7ebf65e 100644
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -20,7 +20,7 @@
<title> {{if gt .Count 0}}({{.Count}}){{end}} {{.Title}} </title>
<link rel="stylesheet" href="/static/style.css">
{{if .CustomCSS}}
- <link rel="stylesheet" href="{{.CustomCSS}}">
+ <link rel="stylesheet" href="/static/{{.CustomCSS}}">
{{end}}
{{if $.Ctx.FluorideMode}}
<script src="/static/fluoride.js"></script>