Add Plausible Analytics tracking
deploy / deploy (push) Successful in 7s

This commit is contained in:
2026-08-21 16:02:47 -04:00
parent 7f6fe27966
commit d2f1ffd946
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{{ if hugo.IsProduction }}
{{ with .Site.Params.plausible_domain }}
<script defer data-domain="{{ . }}" src="https://plausible.reground.org/js/script.js"></script>
{{ end }}
{{ end }}