diff --git a/_config.yml b/_config.yml index be0862e..e63b9e5 100755 --- a/_config.yml +++ b/_config.yml @@ -71,9 +71,9 @@ social: # Analytics analytics: - provider : "google-universal" # false (default), "google", "google-universal", "custom" - google: - tracking_id : "UA-6070690-5" + provider : "custom" # false (default), "google", "google-universal", "custom" + +google_analytics: "G-B7TVHGXVJZ" # Site Author diff --git a/_includes/analytics-providers/custom.html b/_includes/analytics-providers/custom.html index c34b97a..a23b49c 100755 --- a/_includes/analytics-providers/custom.html +++ b/_includes/analytics-providers/custom.html @@ -1,3 +1,11 @@ - +{% if site.google_analytics %} + + + +{% endif %} \ No newline at end of file