try default
This commit is contained in:
parent
2b62fa5685
commit
f7b3033738
@ -13,3 +13,4 @@ include:
|
|||||||
- CONTRIBUTING.md
|
- CONTRIBUTING.md
|
||||||
- ISSUE_TEMPLATE.md
|
- ISSUE_TEMPLATE.md
|
||||||
- PULL_REQUEST_TEMPLATE.md
|
- PULL_REQUEST_TEMPLATE.md
|
||||||
|
google_analytics: UA-229299773-1
|
||||||
@ -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>
|
||||||
Loading…
x
Reference in New Issue
Block a user