From c16442d4dd21e10ed772fae8e724b34112441c0d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 1 Aug 2026 05:50:42 -0400 Subject: [PATCH] Add Google Analytics (G-XMJWQZ8FWP) to site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inserted gtag.js script and config block in _layouts/default.html after the meta description tag — applies to every page on the site. --- _layouts/default.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 659736b..73823df 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,17 @@ {% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }} - {{ site.subtitle }}{% endif %} - + + + + +