Skip to content

Commit 27db61b

Browse files
author
ayasyrev
committed
2 parents d5a59c5 + b2c9674 commit 27db61b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/_layouts/default.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
});
3939

4040
</script>
41+
<!-- Global site tag (gtag.js) - Google Analytics -->
42+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158811190-1"></script>
43+
<script>
44+
window.dataLayer = window.dataLayer || [];
45+
function gtag(){dataLayer.push(arguments);}
46+
gtag('js', new Date());
47+
48+
gtag('config', 'UA-158811190-1');
49+
</script>
50+
4151
<script>
4252
$(function () {
4353
$('[data-toggle="tooltip"]').tooltip()

0 commit comments

Comments
 (0)