From 0723a9de3ed5f01b9ab2df4dec6af92ee21d03de Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 3 May 2018 14:31:27 -0400 Subject: [PATCH] Add `anonymize_ip` option to documentation --- docs/_docs/05-configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index af9fb50e..a05c0170 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -689,6 +689,7 @@ analytics: provider: "google-gtag" google: tracking_id: "UA-1234567-8" + anonymize_ip: false # default ``` To use another provider not included with the theme set `provider: "custom"` then add their embed code to `_includes/analytics-providers/custom.html`.