try default

This commit is contained in:
Bryan Joseph 2022-05-19 00:20:48 -07:00
parent 2b62fa5685
commit f7b3033738
2 changed files with 4 additions and 4 deletions

View File

@ -12,4 +12,5 @@ include:
- CODE_OF_CONDUCT.md - CODE_OF_CONDUCT.md
- CONTRIBUTING.md - CONTRIBUTING.md
- ISSUE_TEMPLATE.md - ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md - PULL_REQUEST_TEMPLATE.md
google_analytics: UA-229299773-1

View File

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