From 436dfbe625a2cddd5ac4c1ea3e7040f930cee234 Mon Sep 17 00:00:00 2001 From: ianrussel Date: Sun, 20 Nov 2022 23:23:46 +0800 Subject: [PATCH] updated google analytics --- config.toml | 2 +- layouts/partials/head.html | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index e7a7679..272f845 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ DefaultContentLanguage = "en" # Change this to change the site's language preserveTaxonomyNames = true [params] - google_analytics_id="G-K8C29Z7Q33" + # google_analytics_id="G-K8C29Z7Q33" # The name to display as main title in the home page mainpagetitle = "Ian Russel Adem" diff --git a/layouts/partials/head.html b/layouts/partials/head.html index aca96de..c0c75a5 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,5 +15,13 @@ {{- end }} {{/* Don't ask why it's like this. This original theme is a mess... */}} - {{ template "_internal/google_analytics.html" . }} + + +