docs: 更新页面标题以反映品牌名称和动态内容

更新了 `index.html` 中的标题为 "心尺.Org",以更准确地反映品牌名称。同时,将 `list.html` 中的标题改为动态显示 `{{ tag }}`,以便根据页面内容动态调整标题。
This commit is contained in:
mxr612 2025-04-26 21:44:04 +08:00
parent 88d046d9cc
commit ca37b9758b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block head_extra %}
<title>心尺</title>
<title>心尺.Org</title>
{% endblock %}
{% block main %}

View File

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block head_extra %}
<title>心尺 PsychoScales</title>
<title>{{ tag }}</title>
{% endblock %}
{% block main %}