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

这个提交包含在:
rohow
2026-02-02 11:28:59 +08:00
未验证
父节点 fb5cead11c
当前提交 56af43d293
修改 10 个文件,包含 79 行新增30 行删除
+8 -9
查看文件
@@ -37,16 +37,15 @@
<span></span>
</span>
<span class="post-author" th:text="${post.owner.displayName}">Author</span>
<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>
</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"
>#Tag</a
>
</span>
<div class="post-body">
<!-- 行数组件 -->
<div class="post-line-gutter"></div>