From d1303280d981c403979fc8e9444d38d6bc479488 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Mon, 30 Mar 2026 23:02:23 +1300 Subject: [PATCH] fixed styling and added a book mark for active tags --- src/pages/articles/index.astro | 90 ++++++++++++++++++++++++++++------ 1 file changed, 74 insertions(+), 16 deletions(-) diff --git a/src/pages/articles/index.astro b/src/pages/articles/index.astro index 45c4d81..4488d09 100644 --- a/src/pages/articles/index.astro +++ b/src/pages/articles/index.astro @@ -33,6 +33,7 @@ const max_shelf_width = 980; {posts.map(book => ( // might change this to a compoent later +
  • {book.data.title} @@ -159,10 +160,6 @@ const max_shelf_width = 980;