This commit is contained in:
Dan 2018-01-25 19:53:09 +01:00
parent 63f5839a52
commit d83a9f5267

View File

@ -1,4 +1,16 @@
{% extends "!layout.html" %}
{% block extrahead %}
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84734363-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-84734363-2');
</script>
{% endblock %}