diff --git a/_config.yml b/_config.yml index cd6a02c..0b800ef 100644 --- a/_config.yml +++ b/_config.yml @@ -85,7 +85,7 @@ social: # Analytics analytics: - provider : false # false (default), "google", "google-universal", "google-gtag", "custom" + provider : "custom" google: tracking_id : anonymize_ip : # true, false (default) diff --git a/_includes/analytics-providers/custom.html b/_includes/analytics-providers/custom.html new file mode 100644 index 0000000..34868c5 --- /dev/null +++ b/_includes/analytics-providers/custom.html @@ -0,0 +1 @@ + \ No newline at end of file