From db6cb54326c80f805c50e0710acba3818270ae2d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 5 Jan 2022 20:28:20 +0000 Subject: got absolute minima running --- themes/problematic/layouts/_default/list.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/problematic/layouts/_default/list.html (limited to 'themes/problematic/layouts/_default/list.html') diff --git a/themes/problematic/layouts/_default/list.html b/themes/problematic/layouts/_default/list.html new file mode 100644 index 0000000..3ebdde1 --- /dev/null +++ b/themes/problematic/layouts/_default/list.html @@ -0,0 +1,6 @@ +{{ define "main" }} +

{{ .Title }}

+{{ range .Pages.ByPublishDate.Reverse }} +

{{ .Title }}

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