summaryrefslogtreecommitdiffstats
path: root/layouts/about
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-26 21:41:06 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-26 21:41:06 +0100
commitaf1c272329fb6487885e8906d5df5cc0b058d29b (patch)
treedae1a32f866dfe09a620289a0e6f6fbc29dfb7ff /layouts/about
parentec82d0e3cc01476791fb1d0d7f83a36f91d89ac1 (diff)
changed about index to list page - thats better
Diffstat (limited to 'layouts/about')
-rw-r--r--layouts/about/list.html6
1 files changed, 6 insertions, 0 deletions
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" }}
+<main>
+ <h2>{{ .Title }}</h2>
+ {{ .Content }}
+</main>
+{{ end }}