diff --git a/src/components/RelatedArticles.astro b/src/components/RelatedArticles.astro index 3538abb..7c5897d 100644 --- a/src/components/RelatedArticles.astro +++ b/src/components/RelatedArticles.astro @@ -40,7 +40,7 @@ posts = [...new Set(posts)];

- {post.data.title} + {post.data.title}

{post.data.tags.slice(0, 3).map((tag) => (