6 lines
184 B
HTML
6 lines
184 B
HTML
{{ if hugo.IsProduction }}
|
|
{{ with .Site.Params.plausible_domain }}
|
|
<script defer data-domain="{{ . }}" src="https://plausible.reground.org/js/script.js"></script>
|
|
{{ end }}
|
|
{{ end }}
|