Merge pull request #104 from Monpoke/master
Added custom scripts at bottom of page
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user