style(post): enhance post separator and adjust tag display for improved layout
Theme CD / Package Theme (release) Successful in 35s
Theme CD / Release (release) Successful in 15s

这个提交包含在:
2026-02-02 11:28:59 +08:00 未验证
父节点 fb5cead11c
当前提交 56af43d293
修改 10 个文件,包含 79 行新增30 行删除
+8 -9
查看文件
@@ -27,16 +27,15 @@
<span class="post-author" th:with="contributor = ${post.contributors[0]}" th:text="${contributor.displayName}">
Author
</span>
</div>
<span class="post-tags-inline" th:each="tag : ${post.tags}">
<a
th:href="${tag.status.permalink}"
th:title="${tag.spec.displayName}"
th:text="'#'+${tag.spec.displayName}"
class="post-tag"
<span class="post-tags-inline" th:each="tag : ${post.tags}">
<a th:href="${tag.status.permalink}"
th:title="${tag.spec.displayName}"
th:text="'#'+${tag.spec.displayName}"
class="post-tag"
>#Tag
</a>
</span>
</a>
</span>
</div>
<div class="post-content" th:text="${post.status.excerpt}">Post Excerpt...</div>
<div>