From af1c272329fb6487885e8906d5df5cc0b058d29b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 26 Jul 2022 21:41:06 +0100 Subject: changed about index to list page - thats better --- layouts/about/list.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/about/list.html (limited to 'layouts') diff --git a/layouts/about/list.html b/layouts/about/list.html new file mode 100644 index 0000000..e6d4204 --- /dev/null +++ b/layouts/about/list.html @@ -0,0 +1,6 @@ +{{ define "main" }} +
+

{{ .Title }}

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