Skip to content

Commit

Permalink
Adding GA tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrees committed Feb 5, 2024
1 parent 574d91b commit 2b38715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href={{"/assets/css/main.css" | relative_url }}>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PRVD4KMH9C"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-PRVD4KMH9C'); </script>
</head>
<body class="bg-gunmetal-50 text-charcoal dark:bg-gunmetal-950 dark:text-charcoal-100">
<!-- NAVIGATION -->
Expand Down

0 comments on commit 2b38715

Please sign in to comment.