From a10b016fa98d192962f6a478656843a72ac986cf 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. --- docs/_config.yml | 2 +- test/_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index ab2919dddd83..4d279fce1562 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 44515b53992c..a97378940dfc 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 :