Files
paige-hugo/layouts/partials/paige/analytics/fathom.html
2023-02-09 21:48:53 -08:00

6 lines
176 B
HTML

{{ $page := . }}
{{ with $page.Param "paige.analytics.fathom" }}
<script data-site="{{ .account_id }}" defer src="https://cdn.usefathom.com/script.js"></script>
{{ end }}