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 @@
创建
-