From 1d2e7a8dee7593b4304f54dff87d94c763f3bca8 Mon Sep 17 00:00:00 2001 From: Ben Larson Date: Tue, 6 Dec 2022 19:46:02 -0600 Subject: [PATCH] Add Europe: A History, Hope to Die, and Rome Sweet Home --- src/bookshelf/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/bookshelf/index.html b/src/bookshelf/index.html index 90b39dd..f7868d8 100644 --- a/src/bookshelf/index.html +++ b/src/bookshelf/index.html @@ -280,6 +280,21 @@ author: { name: 'David Howarth', abbr: 'Howarth' }, rating: 5, }, + { + title: 'Europe: A History', + author: { name: 'Norman Davies', abbr: 'Davies' }, + rating: 4, + }, + { + title: 'Hope to Die', + author: { name: 'Scott Hahn', abbr: 'Hahn' }, + rating: 4, + }, + { + title: 'Rome Sweet Home', + author: { name: 'Scott & Kimberly Hahn', abbr: 'Hahn' }, + rating: 5, + }, ], }; -- 2.45.2