calintat / minimal

Personal blog theme powered by Hugo
https://themes.gohugo.io/minimal/
MIT License
404 stars 221 forks source link

Google Analytics - Anonymization Option #80

Closed ulf1 closed 5 years ago

ulf1 commented 6 years ago

In some countries IP anonymization is required or resp. the suggested "save your ass" option from legal perspective

header.html

...
gtag('config', '{{ .Site.GoogleAnalytics }}', { 'anonymize_ip': true } );
...

Should be a boolean option in config.toml