From 19f48fe7106b265eb0c8fa7201bcc6a4a7d7a598 Mon Sep 17 00:00:00 2001 From: TianLun Song Date: Sun, 7 Sep 2025 23:51:49 +0800 Subject: [PATCH] feat: add tracking script --- overrides/main.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/overrides/main.html b/overrides/main.html index 5c56936..fd7fd79 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,8 +1,7 @@ {% extends "base.html" %} -{% block scripts %} - -{{ super() }} - - -{% endblock %} \ No newline at end of file +{% block extrahead %} + {{ super() }} + +{% endblock %} +