From ccb1dd7b47a3a1e9ce5d811330baa65ca482e1b8 Mon Sep 17 00:00:00 2001 From: bsbhadwal Date: Wed, 7 May 2025 21:25:55 +0530 Subject: [PATCH] feat: testing postog integration Removed google analytics --- hugo.yaml | 4 ++-- layouts/partials/head/custom.html | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 2e85bf4..029a796 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -41,8 +41,8 @@ services: disqus: shortname: "hugo-theme-stack" # GA Tracking ID - googleAnalytics: - id: G-8304H2K5NB + # googleAnalytics: + # id: G-8304H2K5NB enableRobotsTXT: true diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html index e69de29..eb4b5b5 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/partials/head/custom.html @@ -0,0 +1,7 @@ + \ No newline at end of file