Skip to content

Commit

Permalink
add google analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren authored Nov 5, 2023
1 parent 50922ba commit 7642bf3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<head>
<meta name="google-site-verification" content="Fa9AuK39hAqDGEC7hr32UtxcVsVJ-qLHsZ34C2brsd0" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-580MY93687"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-580MY93687');
</script>
</html>

<img src="{{ "imgs/logo_large.png" | prepend: site.baseurl | prepend: site.url}}" alt="Logo" />
Expand Down

0 comments on commit 7642bf3

Please sign in to comment.