Skip to content

Commit 8b3b377

Browse files
committed
Add google analytics code
1 parent ba2e8b7 commit 8b3b377

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@
3434
a.latest { font-weight: bold; font-size: 110%; }
3535
-->
3636
</style>
37+
38+
<!-- Google tag (gtag.js) -->
39+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M3CEY418LQ"></script>
40+
<script>
41+
window.dataLayer = window.dataLayer || [];
42+
function gtag(){dataLayer.push(arguments);}
43+
gtag('js', new Date());
44+
45+
gtag('config', 'G-M3CEY418LQ');
46+
</script>
47+
3748
</head>
3849
<body>
3950
<h1 id="head">

0 commit comments

Comments
 (0)