added custom scripts at bottom of the page
This commit is contained in:
@@ -87,4 +87,8 @@
|
|||||||
|
|
||||||
{{ 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