From ca37b9758bcc2219781ade00a5301c5fcf3ed5f3 Mon Sep 17 00:00:00 2001 From: mxr612 Date: Sat, 26 Apr 2025 21:44:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BB=A5=E5=8F=8D=E6=98=A0=E5=93=81=E7=89=8C?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=92=8C=E5=8A=A8=E6=80=81=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新了 `index.html` 中的标题为 "心尺.Org",以更准确地反映品牌名称。同时,将 `list.html` 中的标题改为动态显示 `{{ tag }}`,以便根据页面内容动态调整标题。 --- templates/index.html | 2 +- templates/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 4fd8325..231ac55 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block head_extra %} -心尺 +心尺.Org {% endblock %} {% block main %} diff --git a/templates/list.html b/templates/list.html index d9466d9..9a373c0 100644 --- a/templates/list.html +++ b/templates/list.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block head_extra %} -心尺 PsychoScales +{{ tag }} {% endblock %} {% block main %}