Skip to content

Commit

Permalink
fix: update Google tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
MortyZhaoy committed Sep 22, 2024
1 parent a4bfebb commit 8c428e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/extend-footer.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<a rel="me" href="https://masto.ai/@blowfish"></a>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z9ZLQYBPJ1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S7VXCWR2TF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-Z9ZLQYBPJ1');
gtag('config', 'G-S7VXCWR2TF');
</script>

0 comments on commit 8c428e5

Please sign in to comment.