diff --git a/themes/medium/components/BlogPostCard.js b/themes/medium/components/BlogPostCard.js index be243a01..2d27cd23 100644 --- a/themes/medium/components/BlogPostCard.js +++ b/themes/medium/components/BlogPostCard.js @@ -11,65 +11,76 @@ const BlogPostCard = ({ post, showSummary }) => { const showPreview = CONFIG_MEDIUM.POST_LIST_PREVIEW && post.blockMap const { locale } = useGlobal() return ( -
- {post.summary} -
- )} - - {showPreview && ( -+ {post.summary} +
+ )} + + {showPreview && ( +