From a34dc6036dc5bfc81a6eff6a9e25ef97f3cefedb Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 28 Nov 2023 01:44:21 -0600 Subject: [PATCH] Eliminate double underline by moving class directly onto anchor --- src/components/Summary.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Summary.astro b/src/components/Summary.astro index ff2d11e..fa8d7ce 100644 --- a/src/components/Summary.astro +++ b/src/components/Summary.astro @@ -29,8 +29,8 @@ const { url, date, title, tags, description } = Astro.props;
-

- {title} +

+ {title}

{