added custom scripts at bottom of the page

This commit is contained in:
Pierre Bourgeois
2023-03-27 15:37:46 +02:00
parent 828be0d1c0
commit 208de248e3
+5 -1
View File
@@ -87,4 +87,8 @@
{{ if (.Site.Params.contact.formspree.enable | default false) }}
<script src="{{ .Site.Params.staticPath }}/js/contact.js"></script>
{{ end }}
{{ end }}
{{ if (.Site.Params.customScripts | default false) }}
{{ .Site.Params.customScripts | safeHTML }}
{{ end }}