Skip to content

Commit

Permalink
adding google tag
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsoltesz committed Feb 25, 2024
1 parent fe2b4fd commit 783512a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _layouts/plain.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:wght@900&family=Roboto:wght@100;400;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V05NGLFMQG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-V05NGLFMQG');
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script>
<script defer src="https://files.rctgo.com/fontawesome/js/all.min.js"></script>
<script type="text/javascript">
Expand Down
9 changes: 9 additions & 0 deletions _layouts/southside.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:wght@900&family=Roboto:wght@100;400;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/southside.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V05NGLFMQG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-V05NGLFMQG');
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script>
<script defer src="https://files.rctgo.com/fontawesome/js/all.min.js"></script>
</head>
Expand Down

0 comments on commit 783512a

Please sign in to comment.