diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 21:41:06 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 21:41:06 +0100 |
commit | af1c272329fb6487885e8906d5df5cc0b058d29b (patch) | |
tree | dae1a32f866dfe09a620289a0e6f6fbc29dfb7ff /layouts/about | |
parent | ec82d0e3cc01476791fb1d0d7f83a36f91d89ac1 (diff) |
changed about index to list page - thats better
Diffstat (limited to 'layouts/about')
-rw-r--r-- | layouts/about/list.html | 6 |
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 }} |