summaryrefslogtreecommitdiffstats
path: root/themes/problematic
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-18 20:43:58 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-18 20:43:58 +0100
commitbc66e6f72bd97e70e6ce751ae00778b9183eebb1 (patch)
tree2b6dbbb227db66195f41729e5ecf417f429ff3dc /themes/problematic
parentde9e3414ab89fc7acc55fe26047e86bffc916c8a (diff)
update
Diffstat (limited to 'themes/problematic')
-rw-r--r--themes/problematic/layouts/partials/reading.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/problematic/layouts/partials/reading.html b/themes/problematic/layouts/partials/reading.html
new file mode 100644
index 0000000..7ef6dcf
--- /dev/null
+++ b/themes/problematic/layouts/partials/reading.html
@@ -0,0 +1,9 @@
+<h3>Reading by day</h3>
+<ul id="reading">
+ {{ range where site.RegularPages "Section" "reading" }}
+ <li>
+ <a href="{{ .Permalink }}">{{ .Title }}</a><br>
+ {{ .Summary }}
+ </li>
+ {{ end }}
+</ul>