diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8943dda..2e8ca91 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -43,6 +43,13 @@ canonifyurls = true #casper or caspertwo singleViewStyle = "casper" +[privacy] + [privacy.googleAnalytics] + anonymizeIP = true + disable = false + respectDoNotTrack = true + useSessionStorage = true + [permalinks] post = "/post/:slug/"