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 Jul 22, 2020
1 parent 0830c56 commit 29cc124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
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 29cc124

Please # to comment.