From bc66e6f72bd97e70e6ce751ae00778b9183eebb1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 18 Jul 2022 20:43:58 +0100 Subject: update --- layouts/reading/list.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/reading/list.html (limited to 'layouts/reading') 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" }} +

{{ with .Site.GetPage "section" "reading" }}{{ .Title }}{{ end }}

+ +{{ .Content }} + +{{ partial "reading.html" }} +{{ end }} -- cgit v1.2.3