16 lines
463 B
HTML
16 lines
463 B
HTML
{% 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 %} |