From 0c023eba7141d9d5130ad2adfcf45f484fea4e6d Mon Sep 17 00:00:00 2001 From: Mary Date: Sat, 12 Aug 2023 22:50:07 +0100 Subject: [PATCH] Add the GTM id --- config.toml | 2 +- themes/coyote/layouts/_default/baseof.html | 5 +++++ themes/coyote/layouts/partials/head.html | 9 +++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index e559be1..27e47bf 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ languageCode = 'en-us' title = 'Deliciousium' theme = 'coyote' copyright = "Deliciousium - All rights reserved" -googleAnalytics = 'G-VRQ9V3YJSJ' +googleTagManager = ' GTM-WVR9XZSC ' [params] logo = "/images/deliciousium.png" diff --git a/themes/coyote/layouts/_default/baseof.html b/themes/coyote/layouts/_default/baseof.html index daae2d2..c094a78 100644 --- a/themes/coyote/layouts/_default/baseof.html +++ b/themes/coyote/layouts/_default/baseof.html @@ -4,6 +4,11 @@ {{- partial "head.html" . -}} + + + + {{- partial "header.html" . -}}
diff --git a/themes/coyote/layouts/partials/head.html b/themes/coyote/layouts/partials/head.html index d082fc8..349eb01 100644 --- a/themes/coyote/layouts/partials/head.html +++ b/themes/coyote/layouts/partials/head.html @@ -1,8 +1,13 @@ -{{ template "_internal/google_analytics.html" . }} - + + + {{ with .Site.Params.logo}}{{ end }}