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;