diff --git a/App/Views/blog/index.html b/App/Views/blog/index.html index 55b1a13..6b245b3 100644 --- a/App/Views/blog/index.html +++ b/App/Views/blog/index.html @@ -20,7 +20,7 @@ 代码工具 -
  • 文章搜索
  • +
  • 标题搜索
  • -
  • 内容搜索
  • -
  • 内容搜索
  • + + @@ -71,9 +66,7 @@
    {% include '/blog/template/tools.html' %}
    - + diff --git a/App/Views/blog/template/head/head_index.html b/App/Views/blog/template/head/head_index.html index d011868..296f728 100644 --- a/App/Views/blog/template/head/head_index.html +++ b/App/Views/blog/template/head/head_index.html @@ -1,3 +1,11 @@ + {% block head %} {{ title }} @@ -10,11 +18,23 @@ + + {% endblock %}