From e43de7085858d196bd2803ce7c2beb8d1fc4c1f9 Mon Sep 17 00:00:00 2001 From: kananinirav <30398499+kananinirav@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:37:03 +0900 Subject: [PATCH] [Modified/Added] Google Analytics JS Added --- _config.yml | 4 +--- _includes/head-custom-google-analytics.html | 9 +++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 _includes/head-custom-google-analytics.html diff --git a/_config.yml b/_config.yml index 038ea31..b275e43 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,4 @@ remote_theme: pages-themes/cayman@v0.2.0 title: 'AWS Cloud Practitioner Short Notes' description: 'It will help you with quick revision before the exam.' -show_downloads: false - -google_analytics: 'G-JMDDTT0Y7C' \ No newline at end of file +show_downloads: false \ No newline at end of file diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html new file mode 100644 index 0000000..baf63e4 --- /dev/null +++ b/_includes/head-custom-google-analytics.html @@ -0,0 +1,9 @@ + + + \ No newline at end of file