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 %}