diff --git a/src/components/common/PostCard.js b/src/components/common/PostCard.js index 38fd27e..1c2dee1 100644 --- a/src/components/common/PostCard.js +++ b/src/components/common/PostCard.js @@ -25,7 +25,7 @@ const PostCard = ({ post, isLarge }) => { {post.tags && post.tags[0] &&
{post.tags[0].name}
} {post.featured && Featured}

{post.title}

-
{ /* post.subtitle */ }
+
{ post.excerpt.length <= 120 && post.excerpt }