commit 483c6bb50ede149a9477ff2abd1c406644847c85
parent 3b5b352fc14f972501d8142b631fc26b142dcb98
Author: breadcat <breadcat@users.noreply.github.com>
Date: Wed, 30 Jul 2025 20:22:52 +0100
Additional book
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/content/reading-list.md b/content/reading-list.md
@@ -55,6 +55,7 @@ To keep the page somewhat manageable, I've collapsed the lists by years:
<li>Daniel Kehlmann - You Should Have Left</li>
<li>Stephen King - The Library Policeman</li>
<li>Stephen King - The Sun Dog</li>
+<li>Paolo Bacigalupi - The Gambler</li>
</ul>
</details>
<script>document.querySelectorAll('details').forEach(details => { const ul = details.querySelector('ul'); const span = details.querySelector('summary span'); if (ul && span) { const count = ul.querySelectorAll('li').length; span.textContent = count; } });</script>