Add umami analytics

This commit is contained in:
Tobias Reisinger 2021-07-22 20:40:29 +02:00
parent 03525dcb1f
commit 313577579e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 17 additions and 8 deletions

View file

@ -94,4 +94,8 @@
{{ assets.js()|raw }}
{% endblock %}
{% if theme_var('umami.enabled') %}
<script async defer data-website-id="{{ theme_var('umami.id') }}" src="{{ theme_var('umami.url') }}"></script>
{% endif %}
</html>