🩹 Check hugo.IsProduction when including analytics

Ref #179
This commit is contained in:
James Panther
2022-04-25 11:12:02 +10:00
parent 136284e66b
commit 6e56d2daa1
2 changed files with 2 additions and 1 deletions
+1 -1
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>