diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 14b88ac..b24e684 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -6,7 +6,12 @@ { "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books":[ + "books":[ + { + "title": "Black Box Thinking", + "isbn": 9781473613805, + "author": "Matthew Syed" + } ] }, { @@ -35,19 +40,6 @@ "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ { - "title": "Black Box Thinking", - "isbn": 9781473613805, - "author": "Matthew Syed", - "date": - { - "year": "2025", - "month": "05", - "day": "09", - "string": "2025-05-09" - }, - "rating": 3 - }, - { "title": "Life, the Universe and Everything", "isbn": 9781529034547, "author": "Adams Douglas", diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 1a928dd..05821fa 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -29,17 +29,6 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv":[ - { - "title": "Allegiant", - "type": "movie", - "date": { - "year": "2025", - "month": "05", - "day": "09", - "string": "2025-05-09" - }, - "rating": 2 - }, { "title": "Bones S09", "type": "series",