From 8f7812ace102b6913ea0829b0b0dedc5462142e0 Mon Sep 17 00:00:00 2001 From: Shane Curcuru Date: Wed, 13 Sep 2023 07:29:25 -0400 Subject: [PATCH] Update to current analytics --- _config.yml | 6 +++--- _includes/analytics-providers/custom.html | 12 ++++++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) 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