Files
will d2f1ffd946
deploy / deploy (push) Successful in 7s
Add Plausible Analytics tracking
2026-08-21 16:02:47 -04:00

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 }}