2023-06-04 10:44:42 +10:00
|
|
|
{{ if hugo.IsProduction }}
|
2021-11-01 13:28:09 +11:00
|
|
|
{{ with .Site.Params.fathomAnalytics.site }}
|
2024-05-01 15:17:15 +10:00
|
|
|
<script defer src="https://cdn.usefathom.com/script.js" data-site="{{ . }}"></script>
|
2021-11-01 13:28:09 +11:00
|
|
|
{{ end }}
|
|
|
|
|
{{ template "_internal/google_analytics.html" . }}
|
|
|
|
|
{{ end }}
|