diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 881919b..977eb0a 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -7,11 +7,7 @@ "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ - { - "title": "Star Wars: The Tales of Kenobi", - "isbn": 9780525617754, - "author": "Alan Dean Foster, John Jackson Miller" - } + ] }, { @@ -59,6 +55,21 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ + { + + "title": "Star Wars: The Tales of Kenobi", + "isbn": 9780525617754, + "author": "Alan Dean Foster, John Jackson Miller", + "date": + { + "year": "2025", + "month": "03", + "day": "06", + "string": "2025-03-06" + }, + "rating": 4 + + }, { "title": "The Hitchhiker's Guide to the Galaxy", "isbn": 9781529034523,