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