added plausible param listener
This commit is contained in:
parent
002cefa80f
commit
5435d447ff
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user