add umami
This commit is contained in:
parent
d6ef266dab
commit
a558496bb1
8
overrides/main.html
Normal file
8
overrides/main.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block scripts %}
|
||||
<!-- Add scripts that need to run before here -->
|
||||
{{ super() }}
|
||||
<!-- Add scripts that need to run afterwards here -->
|
||||
<script defer src="https://umami.frytea.com/script.js" data-website-id="f1dc3cea-d497-49d1-bf7a-f10e8f5390f0"></script>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user