From 9e641e8976edcc0740ff99ef944728ca14520c79 Mon Sep 17 00:00:00 2001 From: mxr612 Date: Sun, 3 Aug 2025 13:04:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E5=88=86=E6=9E=90=E8=84=9A=E6=9C=AC=E5=88=B0=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/en/base.html | 1 + templates/zh/base.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/en/base.html b/templates/en/base.html index 951fa5c..ad1f9ed 100644 --- a/templates/en/base.html +++ b/templates/en/base.html @@ -9,6 +9,7 @@ + {% block head_extra %}{% endblock %} diff --git a/templates/zh/base.html b/templates/zh/base.html index a0aa8be..7e112c7 100644 --- a/templates/zh/base.html +++ b/templates/zh/base.html @@ -9,6 +9,7 @@ + {% block head_extra %}{% endblock %}