Skip to content

Commit

Permalink
added google tag manager
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Jan 1, 2025
1 parent 311236b commit 633bf4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11531832051">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'AW-11531832051');
</script>
</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>
Expand Down

0 comments on commit 633bf4d

Please sign in to comment.