From 96509b49cccff527e7d31744664a98cd816d682a Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 4 Sep 2025 21:19:33 +0800 Subject: [PATCH] Adjust bottom margin of tag list on post page (#252) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit before: image after: image ```release-note 调整文章页面标签列表的下边距,以更好的适应内容。 ``` --- templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post.html b/templates/post.html index 4f78382..c4d2a4b 100644 --- a/templates/post.html +++ b/templates/post.html @@ -148,7 +148,7 @@ class="mt-3 text-3xl font-medium dark:text-slate-50" th:text="${post.spec.title}" > -
+