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}
)}