mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-01 18:39:38 +01:00
11 lines
449 B
HTML
11 lines
449 B
HTML
<script async defer data-domain="boxes.thomasjensen.com" src="https://plausible.io/js/plausible.js"></script>
|
|
{% if site.gaaccount != '' %}
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.gaaccount }}"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', '{{ site.gaaccount }}', {'anonymize_ip': true});
|
|
</script>
|
|
{% endif %}
|