Skip to content

Commit

Permalink
adds a gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed May 13, 2024
1 parent d7b3aba commit 63084a2
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-13SN8BGG6W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-13SN8BGG6W');
</script>

0 comments on commit 63084a2

Please sign in to comment.