diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index d1ba0023..54a37a72 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -39,7 +39,8 @@ const BlogPostCard = ({ post, showSummary }) => { {(!showPreview || showSummary) && ( -
+
{post.summary}
)}