From 4cbc3e6f0d6e50d09e3c33be530d4684f42a23ef Mon Sep 17 00:00:00 2001 From: "Rohan P. Singh" Date: Mon, 20 Jun 2022 14:08:52 +0900 Subject: [PATCH] Add GA4 tracking code --- _includes/analytics.html | 9 +++++++++ _layouts/default.html | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 _includes/analytics.html diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 00000000..0200aec2 --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1,9 @@ + + + diff --git a/_layouts/default.html b/_layouts/default.html index 469237ff..6b15f056 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -67,6 +67,9 @@ + + + {% include analytics.html %}