Skip to content

Commit

Permalink
analytics: adds a gtag (#63)
Browse files Browse the repository at this point in the history
* adds a gtag

* update tag
  • Loading branch information
damirka authored May 13, 2024
1 parent d7b3aba commit b68670d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions theme/head.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B1E7R0BHX4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B1E7R0BHX4');
</script>

0 comments on commit b68670d

Please sign in to comment.