diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 07:28:09 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 07:28:09 +0100 |
commit | 3d6a71c59432b99b32a86e4c5df579f14bf7bec4 (patch) | |
tree | 573227896bce3e1e1e794a9cae1b578dce599e46 /themes/problematic/layouts/partials/reading.html | |
parent | 3f05e1e592ba91fccc06b745f0b31a10ab2a1391 (diff) |
more tweaks and fleshed out reading page
Diffstat (limited to '')
-rw-r--r-- | themes/problematic/layouts/partials/reading.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/problematic/layouts/partials/reading.html b/themes/problematic/layouts/partials/reading.html index 7ef6dcf..eecb36d 100644 --- a/themes/problematic/layouts/partials/reading.html +++ b/themes/problematic/layouts/partials/reading.html @@ -1,4 +1,7 @@ <h3>Reading by day</h3> + +This is intended to be an ongoing log of longer-form material. Not sure if I will continue to list it by day - that might be over ambitious. + <ul id="reading"> {{ range where site.RegularPages "Section" "reading" }} <li> |