diff options
Diffstat (limited to 'home/src/pages.clj')
| -rw-r--r-- | home/src/pages.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/src/pages.clj b/home/src/pages.clj index 6292700..8511050 100644 --- a/home/src/pages.clj +++ b/home/src/pages.clj @@ -73,7 +73,9 @@ [:<> [:h1 "Favorite reads of 2026"] [:ul - [:li "The Price of Peace (Zachary D. Carter)"]]]))) + [:li "The Price of Peace (Zachary D. Carter)"] + [:li "The Practice, The Horizon, and the Chain (Sofia Samatar)"] + [:li "A Confederacy of Dunces (John Kennedy Toole)"]]]))) (defn media-queue [] |
