From 388cc8a5e46f979c864fc24b55fcbeb7c946380e Mon Sep 17 00:00:00 2001 From: Ben Larson Date: Sun, 15 Jan 2023 15:46:01 -0600 Subject: [PATCH] Add The Fourth Cup and Angels and Saints to bookshelf --- src/bookshelf/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/bookshelf/index.html b/src/bookshelf/index.html index f7868d8..2d94909 100644 --- a/src/bookshelf/index.html +++ b/src/bookshelf/index.html @@ -295,6 +295,18 @@ author: { name: 'Scott & Kimberly Hahn', abbr: 'Hahn' }, rating: 5, }, + { + title: 'The Fourth Cup', + author: { name: 'Scott Hahn', abbr: 'Hahn' }, + rating: 4, + }, + ], + 2023: [ + { + title: 'Angels and Saints', + author: { name: 'Scott Hahn', abbr: 'Hahn' }, + raiting: 4, + }, ], }; -- 2.45.2