add goatcounter support

main
Norman Köhring 11 months ago
parent 6f7c2b6359
commit 58a4938c00

@ -5,15 +5,21 @@
{% include "partials/header.html" %}
<body>
{% include "partials/nav.html" %}
<div class="content">
{# Post page is the default #}
{% block main_content %}
Nothing here?!
{% endblock main_content %}
</div>
{% include "partials/footer.html" %}
{% if config.extra.goatcounterName %}
<script data-goatcounter="https://{{ config.extra.goatcounterName }}.goatcounter.com/count" async
src="//gc.zgo.at/count.js"></script>
{% endif %}
</body>
</html>
Loading…
Cancel
Save