Skip to content

Commit 1e8d36b

Browse files
committed
Merge branch 'main' of github.com:kaizer1v/kaizer1v.github.io
2 parents 3ff1ed1 + 189c7e7 commit 1e8d36b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/pages/index.astro

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ const title = 'Becoming';
55
const description = 'kaizer1v\'s site';
66
const permalink = Astro.site.href;
77
---
8+
<!-- Google Tag Manager (noscript) -->
9+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M8TP7F33"
10+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
11+
<!-- End Google Tag Manager (noscript) -->
812

913
<BaseLayout title={title} description={description} permalink={permalink}>
1014
<div class="home-container">
@@ -25,6 +29,14 @@ const permalink = Astro.site.href;
2529
</div>
2630
</BaseLayout>
2731

32+
<!-- Google Tag Manager -->
33+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
34+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
35+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
36+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
37+
})(window,document,'script','dataLayer','GTM-M8TP7F33');</script>
38+
<!-- End Google Tag Manager -->
39+
2840
<style>
2941
a { text-decoration: underline; }
3042
.home-container {

0 commit comments

Comments
 (0)