From 8b39882480cfa6bcba49e1476573907ac7c13d76 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 20 May 2024 12:02:08 +0100 Subject: Adds a now page --- layouts/now/list.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/now/list.html (limited to 'layouts') diff --git a/layouts/now/list.html b/layouts/now/list.html new file mode 100644 index 0000000..e6d4204 --- /dev/null +++ b/layouts/now/list.html @@ -0,0 +1,6 @@ +{{ define "main" }} +
+

{{ .Title }}

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