Skip to content

Commit 866505a

Browse files
authored
Update about.html
1 parent 4dd4c9f commit 866505a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

about.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
}
4545
</style>
4646
</head>
47+
<!-- Google tag (gtag.js) -->
48+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4V3548J4ZB"></script>
49+
<script>
50+
window.dataLayer = window.dataLayer || [];
51+
function gtag(){dataLayer.push(arguments);}
52+
gtag('js', new Date());
53+
54+
gtag('config', 'G-4V3548J4ZB');
55+
</script>
4756

4857

4958
<!-- Navigation Bar -->

0 commit comments

Comments
 (0)