Skip to content

Commit

Permalink
Add GA config
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Mar 27, 2024
1 parent cc23fbf commit c7c1566
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/templates/_variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@
/* Font used for text */
--text-font-family: "Fira Sans", sans-serif;
}
</style>
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z7JXVGPGFS"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-Z7JXVGPGFS');
</script>

0 comments on commit c7c1566

Please sign in to comment.