From 3272b67283609ad53ee2e2454608fbb061c04c30 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 12 Jan 2025 10:27:21 -0500 Subject: [PATCH] Replace google analytics with umami analytics --- config.yaml | 4 ---- layouts/partials/head/head_end.html | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 layouts/partials/head/head_end.html diff --git a/config.yaml b/config.yaml index e7ea724b..504540f1 100644 --- a/config.yaml +++ b/config.yaml @@ -5,10 +5,6 @@ enableGitInfo: true enableRobotsTXT: true paginate: 20 -services: - googleAnalytics: - ID: G-V8WJDERTX9 - build: noJSConfigInAssets: true writeStats: true diff --git a/layouts/partials/head/head_end.html b/layouts/partials/head/head_end.html new file mode 100644 index 00000000..357cebac --- /dev/null +++ b/layouts/partials/head/head_end.html @@ -0,0 +1,2 @@ + + \ No newline at end of file