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