From 42a786a1a9ccf5fc8357131e6004cce7c734d5bd Mon Sep 17 00:00:00 2001 From: Ted Krueger Date: Tue, 18 Jul 2023 16:08:27 -0400 Subject: [PATCH] / before slug --- src/components/RelatedArticles.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RelatedArticles.astro b/src/components/RelatedArticles.astro index 3538abb6..7c5897d3 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) => (