summaryrefslogtreecommitdiffstats
path: root/layouts/partials/seo/ga.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/seo/ga.html')
-rw-r--r--layouts/partials/seo/ga.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/seo/ga.html b/layouts/partials/seo/ga.html
index 5fcde75..40758d8 100644
--- a/layouts/partials/seo/ga.html
+++ b/layouts/partials/seo/ga.html
@@ -1,6 +1,6 @@
{{- if (or (eq (getenv "HUGO_ENV") "production") (eq site.Params.env "production")) -}}
{{- with site.GoogleAnalytics -}}
- {{- $gaParams := dict "analyticsCode" (site.GoogleAnalytics | default "") "anonymizeIp" (site.Params.anonymizeIp | default true) -}}
+ {{- $gaParams := dict "analyticsCode" (site.GoogleAnalytics | default "") -}}
{{- $gaScript := slice -}}
{{- $gaScript = $gaScript | append (resources.Get "js/ga.js") -}}