diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index 1c6274ff..fd258d37 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -14,50 +14,37 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { const delay = (index % 2) * 200 return ( -