From fc40f379ca5c0acca8bd0290795a41f55bf45bf0 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Wed, 16 Oct 2024 15:57:11 -0400 Subject: [PATCH] Update requested GTM/heap changes. (#4229) --- sites/upsun/config/_default/params.yaml | 2 +- .../layouts/partials/scripts/external.html | 21 +------------------ 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/sites/upsun/config/_default/params.yaml b/sites/upsun/config/_default/params.yaml index a09f156d15..bef335639d 100644 --- a/sites/upsun/config/_default/params.yaml +++ b/sites/upsun/config/_default/params.yaml @@ -58,7 +58,7 @@ logolinksto: "https://upsun.com" logoAlt: "Upsun" favicon: "images/favicon.ico" -gtm: "GTM-NN9T4G2T" +gtm: "GTM-KJ4F382K" # Actions in main header headerActions: diff --git a/themes/psh-docs/layouts/partials/scripts/external.html b/themes/psh-docs/layouts/partials/scripts/external.html index 9820d88971..edf10f2440 100644 --- a/themes/psh-docs/layouts/partials/scripts/external.html +++ b/themes/psh-docs/layouts/partials/scripts/external.html @@ -9,23 +9,4 @@ - - - -{{ $heapID := "816119933" }} - -{{ if eq (string site.Params.vendor.config.version) "1"}} - {{ with os.Getenv "HUGO_HEAP_ID_PLATFORM" }} - {{ $heapID = . }} - {{ end }} -{{ end }} -{{ if eq (string site.Params.vendor.config.version) "2"}} - {{ with os.Getenv "HUGO_HEAP_ID_UPSUN" }} - {{ $heapID = . }} - {{ end }} -{{ end }} - - + \ No newline at end of file