diff --git a/src/data/biblioteca.json b/src/data/biblioteca.json index cfb4671..3fcab49 100644 --- a/src/data/biblioteca.json +++ b/src/data/biblioteca.json @@ -1,4 +1,17 @@ [ + { + "isbn": "9788248932505", + "title": "Maskiner som tenker", + "date": + { + "year": "2024", + "month": "05", + "day": "11", + "string": "2024-05-11" + }, + "my_rating": 5, + "author": "Inga StrΓΌmke" + }, { "isbn": "9781646090259", "title": "Hi Score Girl 10", diff --git a/src/pages/logs/books.astro b/src/pages/logs/books.astro index 2c3d5e5..cc407ce 100644 --- a/src/pages/logs/books.astro +++ b/src/pages/logs/books.astro @@ -37,12 +37,11 @@ const today = new Date();

on the shelf

on the nightstand

-

πŸ“– Maskiner som tenker

+

πŸ“– The Intelligent Investor (NO)

{sortedYears.map(year => (
{year}

({booksByYear[year].length} entries)