From beeff21ecdca68b0d650cdcf0b1b3af3fe7ff483 Mon Sep 17 00:00:00 2001
From: Soumyaranjan Dash <51014191+sr-dash@users.noreply.github.com>
Date: Sun, 9 Feb 2025 04:41:20 -1000
Subject: [PATCH] Updated scripts for correctly using gtag. (#2962)
Implementation of Google tag ID to correctly getting tracked requires
further modification in addition to the one line script in the
`_includes/scripts.liquid` file as
```
```
I have made the changes and tested it out on my personal webpage to
ensure the tracking in analytics dashboard.
---
_includes/scripts.liquid | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/_includes/scripts.liquid b/_includes/scripts.liquid
index 7bbd071..402eafd 100644
--- a/_includes/scripts.liquid
+++ b/_includes/scripts.liquid
@@ -216,6 +216,15 @@
+
{% endif %}