diff --git a/src/components/ui/Tags.astro b/src/components/ui/Tags.astro index ac564a9..6432375 100644 --- a/src/components/ui/Tags.astro +++ b/src/components/ui/Tags.astro @@ -13,7 +13,7 @@ const { tags, class: className = "text-sm" } = Astro.props; {tags.map((tag) => (
{formattedDate} • {author}
{readingTime && ` • ${readingTime}`}
@@ -72,6 +82,13 @@ const metadata = {
>