Skip to content

Commit

Permalink
chore: enable Google Tag Manager for the Keptn website (keptn#3098)
Browse files Browse the repository at this point in the history
Signed-off-by: vickysomtee <[email protected]>
  • Loading branch information
mowies authored and Vickysomtee committed Apr 22, 2024
1 parent 3f5e212 commit 4f6dbb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ graphql
groupversion
GSo
gstatic
gtm
GVK
healthz
hellopy
Expand Down Expand Up @@ -364,9 +365,9 @@ kubeutils
kustomization
kustomize
kustomizeconfig
kwds
kwi
kwv
kwds
kyverno
lastword
Lato
Expand Down Expand Up @@ -465,6 +466,7 @@ overriden
owide
oyaml
PARAMSx
PDTR
perc
persistentvolumeclaims
persistentvolumes
Expand Down
7 changes: 7 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
{% extends "base.html" %}

{% block extrahead %}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NB9PDTR5');</script>
<!-- End Google Tag Manager -->
<meta name="google-site-verification" content="wJmnNde1ikbrByHCNAHV6uuD1kCeX6fLE0MwWZCJymo" />
{{ super() }}
{% endblock %}
Expand Down

0 comments on commit 4f6dbb3

Please sign in to comment.