Add umami analytics
This commit is contained in:
parent
03525dcb1f
commit
313577579e
2 changed files with 17 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue