add plausible default
This commit is contained in:
@@ -88,9 +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 eq (getenv "HUGO_ENV") "production" }}
|
<script async data-domain="kovasky.me" src="https://plausible.agrajag.cloud/js/script.js"></script>
|
||||||
<script defer data-domain="kovasky.me" src="https://plausible.agrajag.cloud/js/script.js"></script>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ if (.Site.Params.customScripts | default false) }}
|
{{ if (.Site.Params.customScripts | default false) }}
|
||||||
{{ .Site.Params.customScripts | safeHTML }}
|
{{ .Site.Params.customScripts | safeHTML }}
|
||||||
|
|||||||
Reference in New Issue
Block a user