Skip to content

Commit

Permalink
Fix config comment to list all analytics providers. (mmistakes#2607)
Browse files Browse the repository at this point in the history
The main config was properly updated with the google-gtag
feature commit (79d0b75), but was
removed, possibly by bad merge, with an unrelated commit
(bac26e9) two days later.

The docs and test configs appear to have never received the initial
google-gtag update.
  • Loading branch information
smanjo authored and chukycheese committed Sep 18, 2023
1 parent 0076ca6 commit a10b016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down

0 comments on commit a10b016

Please # to comment.