From 50c687ffcb9dd34a70d730629f0bd247d9443511 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 7 Jul 2024 19:32:41 +0800 Subject: [PATCH] =?UTF-8?q?heo=20=E5=BE=AE=E8=B0=83=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E6=91=98=E8=A6=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/heo/components/BlogPostCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/heo/components/BlogPostCard.js b/themes/heo/components/BlogPostCard.js index b26256e4d27..5b567422908 100644 --- a/themes/heo/components/BlogPostCard.js +++ b/themes/heo/components/BlogPostCard.js @@ -76,7 +76,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { {/* 摘要 */} {(!showPreview || showSummary) && ( -
+
{post.summary}
)}