Skip to content

Commit

Permalink
Add google analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 18, 2024
1 parent e6ce62b commit 5888c5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/theme/head.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X2X3EDGCM2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X2X3EDGCM2');
</script>

0 comments on commit 5888c5e

Please sign in to comment.