aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/head-csp.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-08 04:09:13 -0400
committertdro <tdro@noreply.example.com>2022-05-08 04:09:13 -0400
commit79c7ee98c184220132680fef344c0afba121cec0 (patch)
tree71d6bc6224b567b866acab3f1f333353221d4a60 /themes/default/layouts/partials/head-csp.html
parentb1fcf57943a36b54a41948937b26777ba0a34365 (diff)
downloadcanory-79c7ee98c184220132680fef344c0afba121cec0.tar.gz
canory-79c7ee98c184220132680fef344c0afba121cec0.tar.bz2
canory-79c7ee98c184220132680fef344c0afba121cec0.zip
themes/default/layouts/partials/head-manifest: Base64 icons
Diffstat (limited to 'themes/default/layouts/partials/head-csp.html')
-rw-r--r--themes/default/layouts/partials/head-csp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/head-csp.html b/themes/default/layouts/partials/head-csp.html
index d148498..a369069 100644
--- a/themes/default/layouts/partials/head-csp.html
+++ b/themes/default/layouts/partials/head-csp.html
@@ -1,6 +1,6 @@
-{{- $upgrade := "" -}}
+{{ $upgrade := "" }}
-{{- if .Site.Params.csp.upgrade -}}
+{{ if .Site.Params.csp.upgrade }}
{{ $upgrade = "upgrade-insecure-requests;" }}
{{- end -}}