diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index d7b9f4f..ec44ffd 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -23,11 +23,6 @@ "isbn": 9781952616235, "author": "Jeremy Keith" }, - { - "title": "Resilient Web Design", - "isbn": null, - "author": "Jeremy Keith" - }, { "title": "The Intelligent Investor (NO)", "isbn": 9788271463823, @@ -52,6 +47,18 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "Resilient Web Design", + "isbn": null, + "author": "Jeremy Keith", + "date": { + "year": "2026", + "month": "04", + "day": "12", + "string": "2026-04-12" + }, + "rating": 3 + }, { "title": "The Network State", "isbn": null,