Skip to content

Commit

Permalink
Update head.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
soprun authored Nov 4, 2023
1 parent 658a680 commit 06a9aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
{% include head/yandex-metrika.liquid %}

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


Expand Down

0 comments on commit 06a9aa9

Please sign in to comment.