1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #21 from nats-io/googlea

Added google analytics
This commit is contained in:
Ginger Collison 2019-05-31 17:17:09 -05:00 committed by GitHub
commit 3dcc908390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,4 +415,13 @@
float: left !important;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111730698-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111730698-1');
</script>
{% endblock %}