From 95949fe40fc9e7cc6ec1b364c1e14d651873bd44 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 22 Sep 2022 03:38:52 -0400 Subject: [PATCH] Remove Google Analytics (#24204) --- _config.yml | 2 +- source/_includes/google_analytics.html | 13 ------------- source/_includes/javascripts/scripts.html | 7 ------- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 source/_includes/google_analytics.html diff --git a/_config.yml b/_config.yml index a3b9345251c..6ef0398ccd8 100644 --- a/_config.yml +++ b/_config.yml @@ -91,7 +91,7 @@ twitter_user: balloob twitter_tweet_button: true # Google Analytics -google_analytics_tracking_id: UA-57927901-1 +# google_analytics_tracking_id: UA-57927901-1 # Facebook Like facebook_like: true diff --git a/source/_includes/google_analytics.html b/source/_includes/google_analytics.html deleted file mode 100644 index 4d4d5969060..00000000000 --- a/source/_includes/google_analytics.html +++ /dev/null @@ -1,13 +0,0 @@ -{% if site.google_analytics_tracking_id %} - -{% endif %} diff --git a/source/_includes/javascripts/scripts.html b/source/_includes/javascripts/scripts.html index 92a1615098c..68dea471f5a 100644 --- a/source/_includes/javascripts/scripts.html +++ b/source/_includes/javascripts/scripts.html @@ -1,10 +1,3 @@ - -