add umami

This commit is contained in:
songtianlun 2025-09-02 16:58:39 +08:00
parent d6ef266dab
commit a558496bb1

8
overrides/main.html Normal file
View 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 %}