diff --git a/src/components/card/BlogListingCard.astro b/src/components/card/BlogListingCard.astro index 52b30ff..bf1ccc4 100644 --- a/src/components/card/BlogListingCard.astro +++ b/src/components/card/BlogListingCard.astro @@ -25,7 +25,7 @@ const { title, description, href, thumbnail, author, date } = {date}

- {title} + {title.slice(0, 100)}...