From a0309bba05161ee9968ec9601604aedb91b756e3 Mon Sep 17 00:00:00 2001 From: Scott M <36738506+smanjo@users.noreply.github.com> Date: Wed, 22 Jul 2020 14:46:44 -0500 Subject: [PATCH] Fix config comment to list all analytics providers. (#2607) The main config was properly updated with the google-gtag feature commit (79d0b75683a4c13787b117e9e612073586fa21be), but was removed, possibly by bad merge, with an unrelated commit (bac26e96b21f846df6ede382e8c7ee4019564eab) two days later. The docs and test configs appear to have never received the initial google-gtag update. --- _config.yml | 2 +- docs/_config.yml | 2 +- test/_config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index b38abd22..92e645cc 100644 --- a/_config.yml +++ b/_config.yml @@ -85,7 +85,7 @@ social: # Analytics analytics: - provider : false # false (default), "google", "google-universal", "custom" + provider : false # false (default), "google", "google-universal", "google-gtag", "custom" google: tracking_id : anonymize_ip : # true, false (default) diff --git a/docs/_config.yml b/docs/_config.yml index ab2919dd..4d279fce 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -81,7 +81,7 @@ social: # Analytics analytics: - provider : "google-universal" # false (default), "google", "google-universal", "custom" + provider : "google-universal" # false (default), "google", "google-universal", "google-gtag", "custom" google: tracking_id : "UA-2011187-3" # Replace this with your ID, or delete anonymize_ip : true diff --git a/test/_config.yml b/test/_config.yml index 44515b53..a9737894 100644 --- a/test/_config.yml +++ b/test/_config.yml @@ -75,7 +75,7 @@ social: # Analytics analytics: - provider : false # false (default), "google", "google-universal", "custom" + provider : false # false (default), "google", "google-universal", "google-gtag", "custom" google: tracking_id :