added plausible param listener

This commit is contained in:
infidel 2022-04-10 15:46:14 +07:00
parent 002cefa80f
commit 5435d447ff

View File

@ -14,3 +14,8 @@
{{ range .Site.Params.customJs }}
<script src="{{ . | relURL }}"></script>
{{ end }}
<!-- Infidel Customs -->
{{ if and (.Site.Params.plsDomain) (.Site.Params.plsUrl) }}
<script defer data-domain="{{.Site.Params.plsDomain}" src="{{.Site.Params.plsUrl}}"></script>
{{ end }}