diff --git a/themes/heo/components/BlogPostCard.js b/themes/heo/components/BlogPostCard.js index d44c5fe4..7c6079f9 100644 --- a/themes/heo/components/BlogPostCard.js +++ b/themes/heo/components/BlogPostCard.js @@ -50,21 +50,12 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { {/* 摘要 */} - {(!showPreview || showSummary) && !post.results && ( + {(!showPreview || showSummary) && (
{post.summary}
)} - {/* 搜索结果 */} - {post.results && ( -- {post.results.map((r, index) => ( - {r} - ))} -
- )} -