From 3eeb0abc70fb7507a667bf0a603665d19617c233 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 17 Mar 2023 23:47:39 +0800 Subject: [PATCH] hexo-card-line-search --- themes/hexo/components/BlogPostCardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo/components/BlogPostCardInfo.js b/themes/hexo/components/BlogPostCardInfo.js index cc210e08..e55394c1 100644 --- a/themes/hexo/components/BlogPostCardInfo.js +++ b/themes/hexo/components/BlogPostCardInfo.js @@ -48,7 +48,7 @@ export const BlogPostCardInfo = ({ post, showPreview, showPageCover, showSummary {/* 搜索结果 */} {post.results && ( -

+

{post.results.map(r => ( {r} ))}