lynx/layouts/partials/analytics.html
James Panther 4b3038bb49
🎨 Code cleanup
2024-05-01 15:17:15 +10:00

7 lines
239 B
HTML

{{ if hugo.IsProduction }}
{{ with .Site.Params.fathomAnalytics.site }}
<script defer src="https://cdn.usefathom.com/script.js" data-site="{{ . }}"></script>
{{ end }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}