Files
lynx/layouts/partials/analytics.html

7 lines
239 B
HTML
Raw Normal View History

{{ 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 }}