feat: add tracking script

This commit is contained in:
TianLun Song 2025-09-07 23:51:49 +08:00
parent 63e1bb7458
commit 19f48fe710

View File

@ -1,8 +1,7 @@
{% 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 %}
{% block extrahead %}
{{ super() }}
<script defer src="https://umami.frytea.com/script.js" data-website-id="f1dc3cea-d497-49d1-bf7a-f10e8f5390f0"></script>
{% endblock %}