From 941ba1903bc18d8eb0221f037286d46c549b80f5 Mon Sep 17 00:00:00 2001 From: Guoqi Sun Date: Sun, 22 Dec 2024 19:24:04 +0800 Subject: [PATCH] style: fix article style --- src/pages/[lang]/posts/[...slug].astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/[lang]/posts/[...slug].astro b/src/pages/[lang]/posts/[...slug].astro index 1db4e7d..7252a7a 100644 --- a/src/pages/[lang]/posts/[...slug].astro +++ b/src/pages/[lang]/posts/[...slug].astro @@ -30,7 +30,9 @@ const { Content } = await render(post) --- -
+

{post.data.title}