Skip to content
Permalink
Browse files
Update Google analytics
  • Loading branch information
JakeSteam committed Nov 10, 2022
1 parent 5dd49a0 commit 08283ab681aa56dba61feb31347b7cf91d5e5ff1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
@@ -36,5 +36,5 @@ kramdown:
guess_lang: true

# Analytics settings
google_analytics: UA-220119060-2
google_analytics: G-N9826CF93M

@@ -0,0 +1,8 @@
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', '{{ site.google_analytics }}');
</script>

0 comments on commit 08283ab

Please sign in to comment.