2018-07-06 17:31:25 +02:00
|
|
|
{% if site.gtag %}
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.gtag }}"></script>
|
2020-05-02 08:10:20 +02:00
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
2018-07-06 17:31:25 +02:00
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', '{{ site.gtag }}');
|
|
|
|
</script>
|
|
|
|
{% endif %}
|