lynx/layouts/partials/analytics.html

7 lines
239 B
HTML
Raw Normal View History

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