Skip to content

Commit a10b016

Browse files
smanjochukycheese
authored andcommittedSep 18, 2023
Fix config comment to list all analytics providers. (mmistakes#2607)
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.
1 parent 0076ca6 commit a10b016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ social:
8181

8282
# Analytics
8383
analytics:
84-
provider : "google-universal" # false (default), "google", "google-universal", "custom"
84+
provider : "google-universal" # false (default), "google", "google-universal", "google-gtag", "custom"
8585
google:
8686
tracking_id : "UA-2011187-3" # Replace this with your ID, or delete
8787
anonymize_ip : true

‎test/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ social:
7575

7676
# Analytics
7777
analytics:
78-
provider : false # false (default), "google", "google-universal", "custom"
78+
provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
7979
google:
8080
tracking_id :
8181

0 commit comments

Comments
 (0)
Please sign in to comment.