From e89222a64ef7e9a3962cc18854f0248155b5d152 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 24 Feb 2024 11:53:51 -0500 Subject: [PATCH] Fix GA --- config.yaml | 7 +++++-- layouts/partials/footer_end.html | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 7f423a00..afd83d31 100644 --- a/config.yaml +++ b/config.yaml @@ -1,17 +1,20 @@ baseURL: / -googleAnalytics: G-V8WJDERTX9 copyright: Dave Gallant title: davegallant.ca enableGitInfo: true enableRobotsTXT: true +services: + googleAnalytics: + ID: G-V8WJDERTX9 + build: noJSConfigInAssets: true writeStats: true params: author: Dave Gallant - subtitle: + subtitle: description: "Dave Gallant is a software developer and a computer enthusiast." logo: diff --git a/layouts/partials/footer_end.html b/layouts/partials/footer_end.html index 50cc2279..4e4165f8 100644 --- a/layouts/partials/footer_end.html +++ b/layouts/partials/footer_end.html @@ -5,3 +5,5 @@ data-cf-beacon='{"token": "b96799f53f9940dca6f660e6052ba009"}' > + +{{ template "_internal/google_analytics.html" . }}