From 7e9578432308f8ffb26b5eea204c80f41574efa0 Mon Sep 17 00:00:00 2001 From: zcy <290198252@qq.com> Date: Tue, 10 Jan 2023 17:40:20 +0800 Subject: [PATCH] no message --- App/Views/blog/article.html | 2 +- App/Views/blog/template/articletree.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}