From 55de48dc12fc2e3fcfcf9862efac4f2dd0c468e9 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Wed, 1 Apr 2026 21:10:14 +0800 Subject: [PATCH] =?UTF-8?q?update.=20=E5=A4=84=E7=90=86=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=95=8F=E6=84=9F=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 4 ++-- templates/front/about.html | 2 +- templates/front/index.html | 3 ++- templates/front/info.html | 2 +- templates/front/list.html | 2 +- templates/front/news.html | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index cd033a9..5bc5d7a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ - {% block title %}长白山消防救援支队{% endblock %} + {% block title %}{% endblock %}XXXXXXX官网 @@ -19,7 +19,7 @@
-

长白山消防救援支队

+

XXXXXXX官网

CHANGBAI MOUNTAIN FIRE AND RESCUE BRIGADE

diff --git a/templates/front/about.html b/templates/front/about.html index cdf87da..96f8a90 100644 --- a/templates/front/about.html +++ b/templates/front/about.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} -{% block title %}单位简介{% endblock %} +{% block title %}单位简介 - {% endblock %} {% block content %}
diff --git a/templates/front/index.html b/templates/front/index.html index 8888844..f27ad58 100644 --- a/templates/front/index.html +++ b/templates/front/index.html @@ -2,7 +2,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}首页 - 长白山消防救援支队{% endblock %} +{% block title %}首页 - {% endblock %} {% block content %} @@ -66,6 +66,7 @@
{% for section in section_data %} + {#
#}
{% url "front:main_list" main=section.key as card_more_url %} {% include 'components/_news_card.html' with data=section.data unique_id=section.key more_url=card_more_url %} diff --git a/templates/front/info.html b/templates/front/info.html index b8eeb50..7e2af74 100644 --- a/templates/front/info.html +++ b/templates/front/info.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% block title %}{{ main_section.title }} - 长白山消防救援支队{% endblock %} +{% block title %}{{ main_section.title }} - {% endblock %} {% block content %}