commit 4c7f7c386de0ff7cd355830c9f116b53257839cc
parent b81af23ed94fca688d3f2ffc23a98b249dcc2022
Author: breadcat <breadcat@users.noreply.github.com>
Date: Mon, 28 Jul 2025 13:01:57 +0100
Latest reading list
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/content/reading-list.md b/content/reading-list.md
@@ -8,7 +8,7 @@ I generally strive for a book per week, but this is by no means a steadfast goal
<details><summary>Works in Progress</summary>
<ul>
-<li>Caitlin Starling - The Luminous Dead</li>
+<li>Iain M Banks - Excession</li>
</ul>
</details>
@@ -50,6 +50,11 @@ To keep the page somewhat manageable, I've collapsed the lists by years:
<li>Stephen King - Never Flinch</li>
<li>Terry Pratchett & Stephen Baxter - The Long Utopia</li>
<li>Terry Pratchett & Stephen Baxter - The Long Cosmos</li>
+<li>Caitlin Starling - The Luminous Dead</li>
+<li>Terry Pratchett - The Carpet People</li>
+<li>Daniel Kehlmann - You Should Have Left</li>
+<li>Stephen King - The Library Policeman</li>
+<li>Stephen King - The Sun Dog</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>