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 -2
查看文件
@@ -18,8 +18,14 @@
<span class="post-date" th:text="${#dates.format(moment.spec.releaseTime,'yyyy-MM-dd')}">
Moment CreateTime
</span>
<span class="post-author" th:with="owner = ${moment.owner}" th:text="${':: '+owner.displayName}">
:: Author
<span class="post-separator">
<span></span>
<span></span>
<span></span>
<span></span>
</span>
<span class="post-author" th:with="owner = ${moment.owner}" th:text="${owner.displayName}">
Author
</span>
</div>
<div class="post-content" th:utext="${content.html}">Moment Content...</div>