added custom scripts at bottom of the page
This commit is contained in:
@@ -88,3 +88,7 @@
|
|||||||
{{ if (.Site.Params.contact.formspree.enable | default false) }}
|
{{ if (.Site.Params.contact.formspree.enable | default false) }}
|
||||||
<script src="{{ .Site.Params.staticPath }}/js/contact.js"></script>
|
<script src="{{ .Site.Params.staticPath }}/js/contact.js"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if (.Site.Params.customScripts | default false) }}
|
||||||
|
{{ .Site.Params.customScripts | safeHTML }}
|
||||||
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user