summaryrefslogtreecommitdiffstats
path: root/layouts/reading
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 /layouts/reading
parentde9e3414ab89fc7acc55fe26047e86bffc916c8a (diff)
update
Diffstat (limited to 'layouts/reading')
-rw-r--r--layouts/reading/list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/reading/list.html b/layouts/reading/list.html
new file mode 100644
index 0000000..002c5a3
--- /dev/null
+++ b/layouts/reading/list.html
@@ -0,0 +1,7 @@
+{{ define "main" }}
+<h3>{{ with .Site.GetPage "section" "reading" }}{{ .Title }}{{ end }}</h3>
+
+{{ .Content }}
+
+{{ partial "reading.html" }}
+{{ end }}