From a8db91f3897b3ca91b3499b8cb39a2a7f5486769 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 26 Nov 2023 08:02:39 -0600 Subject: [PATCH] Change spacing, underline summary heading, tag URLs + spacing --- src/components/Summary.astro | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Summary.astro b/src/components/Summary.astro index 00a9741..45416f5 100644 --- a/src/components/Summary.astro +++ b/src/components/Summary.astro @@ -27,11 +27,13 @@ const { url, date, title, tags, description } = Astro.props;
-

- { title } -

- - { tags.join(" ")} +

{ title }

+ + {tags.map((tag) => ( + + { tag } + + ))}
{ description }