🐛 Change analytics to use .IsProduction

Fixes: #73
This commit is contained in:
James Panther
2023-06-04 10:44:42 +10:00
parent d019329eb1
commit 323e97502c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{{ if not .Site.IsServer }}
{{ if hugo.IsProduction }}
{{ with .Site.Params.fathomAnalytics.site }}
{{ if isset $.Site.Params.fathomanalytics "domain" }}
<script defer src="https://{{ $.Site.Params.fathomanalytics.domain }}/script.js" data-site="{{ . }}"></script>