diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index 12da7049..56a69368 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -13,7 +13,6 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { const showPageCover = CONFIG_HEXO.POST_LIST_COVER && post?.page_cover && !showPreview // const delay = (index % 2) * 200 - console.log(showPageCover) return (