hugo/tpl/tplimpl/embedded
Bjørn Erik Pedersen a51945ea4b Add no-cookie variants of the Google Analytics templates
The current full set of options for GA is now:

```toml
[privacy]
[privacy.googleAnalytics]
disable = false
respectDoNotTrack = true
anonymizeIP = true
useSessionStorage = true
```

Fixes #4775
2018-05-25 15:56:10 +02:00
..
generate tpl/tplimpl: Extract internal templates 2018-05-04 23:12:10 +02:00
templates Add no-cookie variants of the Google Analytics templates 2018-05-25 15:56:10 +02:00
README.md tpl/tplimpl: Move README one level up 2018-05-05 11:00:39 +02:00
templates.autogen.go Add no-cookie variants of the Google Analytics templates 2018-05-25 15:56:10 +02:00

Build Templates

If you add or modify any template in the tmplates folder, you also need to run mage generate to get the Go code in synch.