From 428bb5401e68b8b22cb0719753925455d7f8eb1e Mon Sep 17 00:00:00 2001 From: Ben Larson Date: Tue, 28 Mar 2023 21:43:05 -0500 Subject: [PATCH] Add Shackleton's Boat Journey to bookshelf --- src/bookshelf/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bookshelf/index.html b/src/bookshelf/index.html index 33c6647..6616fbd 100644 --- a/src/bookshelf/index.html +++ b/src/bookshelf/index.html @@ -317,6 +317,11 @@ author: { name: 'Joseph Cardinal Ratzinger', abbr: 'Ratzinger' }, rating: 4, }, + { + title: "Shackleton's Boat Journey", + author: { name: 'Frank Arthur Worsley', abbr: 'Worsley' }, + rating: 5, + }, ], }; -- 2.45.2