diff --git a/App/Views/blog/article.html b/App/Views/blog/article.html index 91ae762..8baaff8 100644 --- a/App/Views/blog/article.html +++ b/App/Views/blog/article.html @@ -82,7 +82,7 @@ 最新文章 {% for doc in topdoc %} - {{doc.title}} + {{doc.title}} {% endfor %} diff --git a/App/Views/blog/template/articletree.html b/App/Views/blog/template/articletree.html index fb087d5..df9f8c7 100644 --- a/App/Views/blog/template/articletree.html +++ b/App/Views/blog/template/articletree.html @@ -95,7 +95,7 @@ function expandNode(e) { 最新文章 {% for doc in topdoc %} - {{doc.title}} + {{doc.title}} {% endfor %} {% endblock %}