hugo/tpl/tplimpl
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
..
embedded Add no-cookie variants of the Google Analytics templates 2018-05-25 15:56:10 +02:00
ace.go Fix broken shortcodes for Ace and Amber 2017-11-18 10:41:31 +01:00
amber_compiler.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template.go tpl: Alias tweet shortode to twitter 2018-05-24 11:40:47 +02:00
template_ast_transformers.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template_ast_transformers_test.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template_funcs.go tpl: Add path.Split template func 2018-04-15 22:19:12 +02:00
template_funcs_test.go Add support for a content dir set per language 2018-04-02 08:06:21 +02:00
template_test.go Add support for a content dir set per language 2018-04-02 08:06:21 +02:00
templateFuncster.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
templateProvider.go Add some missing doc comments 2017-08-03 15:57:51 +02:00