From c83add6edf52e7924d63d1815a9cb5c808b2c108 Mon Sep 17 00:00:00 2001 From: Airbo ZH Date: Thu, 9 Feb 2023 17:21:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E5=8F=91=E8=A1=A8=E6=97=B6=E9=97=B4=20#78?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/modules/post-list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/modules/post-list.html b/templates/modules/post-list.html index c910d56c..99d89f57 100644 --- a/templates/modules/post-list.html +++ b/templates/modules/post-list.html @@ -52,7 +52,7 @@ th:each="tag : ${post.tags}" th:href="@{${tag.status.permalink}}" th:title="${tag.spec.displayName}"> - #[[${tag.spec.displayName}]] + #[[${#strings.trim(tag.spec.displayName)}]] @@ -60,7 +60,7 @@ -