diff options
author | breadcat | 2025-01-24 14:23:16 +0000 |
---|---|---|
committer | breadcat | 2025-01-24 14:23:16 +0000 |
commit | 215ea54589bd90528d34bf65c76817213eec83c3 (patch) | |
tree | 60107a1cd8eb5faa4d2ac6163a0a901e5c7cfd6a /content | |
parent | 3329fd991b8a267ab48e6808c091e9a9dbb5a584 (diff) | |
download | blog.minskio.co.uk-215ea54589bd90528d34bf65c76817213eec83c3.tar.gz blog.minskio.co.uk-215ea54589bd90528d34bf65c76817213eec83c3.tar.bz2 blog.minskio.co.uk-215ea54589bd90528d34bf65c76817213eec83c3.zip |
Update reading list
Diffstat (limited to 'content')
-rw-r--r-- | content/reading-list.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/reading-list.md b/content/reading-list.md index f8c197f..547fe13 100644 --- a/content/reading-list.md +++ b/content/reading-list.md @@ -1,14 +1,14 @@ --- title: Reading List layout: single -lastmod: 2025-01-15T13:39:00 +lastmod: 2025-01-24T12:58:00 --- I generally strive for a book per week, but this is by no means a steadfast goal. For a list of series and their status, check [the bottom of this page](#book-series). <details><summary>Works in Progress</summary> <ul> -<li>Stephen King - The Body</li> +<li>HG Wells - The Island of Doctor Moreau</li> </ul> </details> @@ -18,6 +18,8 @@ To keep the page somewhat manageable, I've collapsed the lists by years: <div id="current-container"><ul id="current-list"> <li>Stephen R Donaldson - This Day All Gods Die</li> <li>Stephen King - The Breathing Method</li> +<li>Stephen King - The Body</li> +<li>Stephen King - Apt Pupil</li> </ul></div><script>var ulElement=document.getElementById("current-list"),liElements=ulElement.getElementsByTagName("li"),count=liElements.length,detailsElement=document.createElement("details"),summaryElement=document.createElement("summary");summaryElement.textContent="2025 ("+count+")",detailsElement.appendChild(summaryElement),detailsElement.appendChild(ulElement);var listContainer=document.getElementById("current-container");listContainer.appendChild(detailsElement);</script> <details><summary>2024 <span>51</span></summary> |