From 4dcee7790b7371a84753234ab5dd67a601243fcc Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Fri, 10 Jul 2026 20:14:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=8D=9A=E5=AE=A2?= =?UTF-8?q?=E6=AD=A3=E6=96=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/posts/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 8e2260c..ccbce23 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -68,6 +68,7 @@ const published_at = formatDatetime(data.published_at, 'YYYY 年 M 月 D 日') display: flex; align-items: center; justify-content: space-between; + margin-bottom: 20px; } .published-at { @@ -76,7 +77,6 @@ const published_at = formatDatetime(data.published_at, 'YYYY 年 M 月 D 日') gap: 8px; color: #6b7280; font-size: 14px; - margin-bottom: 20px; } .published-at svg {