From 1805cef767e8eac946e08efcb5a4c47811f01369 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 25 Jul 2022 16:38:26 +0100 Subject: added stream page and email address --- layouts/stream/list.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/stream/list.html (limited to 'layouts/stream') diff --git a/layouts/stream/list.html b/layouts/stream/list.html new file mode 100644 index 0000000..940c1c9 --- /dev/null +++ b/layouts/stream/list.html @@ -0,0 +1,12 @@ +{{ define "main" }} +

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

+ +{{ .Content }} + +{{ range where site.RegularPages "Section" "stream" }} +

{{ .Date.Format "Monday, 2 January 2006" }}

+ {{ .Content }} +
+{{ end }} + +{{ end }} -- cgit v1.2.3