From 4efe4290128df9d6cf8f19453704bbc0308e89d3 Mon Sep 17 00:00:00 2001 From: nineya <361654768@qq.com> Date: Wed, 12 Jul 2023 10:32:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(post):=20=E4=BF=AE=E5=A4=8D=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E6=91=98=E8=A6=81=E5=8F=96=E5=80=BC=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C#30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/common/head.html | 2 +- templates/main/article_list.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/common/head.html b/templates/common/head.html index 46da46d..0cb5648 100644 --- a/templates/common/head.html +++ b/templates/common/head.html @@ -1,5 +1,5 @@
+th:with="description=${isPost ? post != null ? post.status.excerpt : singlePage != null ? singlePage.status.excerpt : site.seo.description : site.seo.description}">