Move analytics into separate files

This commit is contained in:
Will Faught
2023-02-09 21:48:53 -08:00
parent 6da99ac718
commit eb4e74fb0c
13 changed files with 135 additions and 99 deletions

View File

@@ -0,0 +1,5 @@
{{ $page := . }}
{{ with $page.Param "paige.analytics.plausible" }}
<script data-domain="{{ .account_id }}" defer src="https://plausible.io/js/script.js"></script>
{{ end }}