From c8dbbddb7c9200ef14fc27fc888ec92d14a885d4 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:08:31 -0600 Subject: [PATCH] Tag orientation --- src/components/Tags.astro | 2 +- src/posts/self-aware-html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Tags.astro b/src/components/Tags.astro index ea6bf19..5411cc2 100644 --- a/src/components/Tags.astro +++ b/src/components/Tags.astro @@ -3,7 +3,7 @@ const { tags, all } = Astro.props; --- {all &&

View posts by tag

} -
+
{ tags && tags.map((tag) => ( diff --git a/src/posts/self-aware-html.md b/src/posts/self-aware-html.md index 0cbeb1e..d6c1489 100644 --- a/src/posts/self-aware-html.md +++ b/src/posts/self-aware-html.md @@ -3,7 +3,7 @@ layout: "../layouts/BlogPost.astro" title: "Use JavaScript to let an HTML element get its own index" slug: self-aware-html description: "Make your HTML more 'self-aware' with a funky little JavaScript trick." -added: "Jan 27 2024" +added: "Jan 28 2024" tags: [technical] ---