From bb28c3a8e267a11ad5752edbb2dd855a9a65831a Mon Sep 17 00:00:00 2001 From: milan-codes Date: Sat, 2 Nov 2024 18:58:46 +0100 Subject: [PATCH] feat: display tags on blog page --- src/components/Navbar.astro | 2 +- src/components/Tags.astro | 13 +++++++------ src/pages/blog/index.astro | 4 ++++ src/pages/tags/[tag].astro | 4 ++-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index f3b176e..9c20ada 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -11,7 +11,7 @@ import ArrowUpRight from "./ArrowUpRight.astro"; Home
  • - Posts + Blog
  • -

    - Tags -

    -