From bfb134a96651075878f6ebe401f58276199a3a19 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 13 Aug 2022 22:34:06 +0100 Subject: better single page template for poetry pages --- layouts/writing/poetry/single.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/writing/poetry/single.html (limited to 'layouts/writing') diff --git a/layouts/writing/poetry/single.html b/layouts/writing/poetry/single.html new file mode 100644 index 0000000..3ef8472 --- /dev/null +++ b/layouts/writing/poetry/single.html @@ -0,0 +1,13 @@ +{{ define "main" }} + + + +

{{ .Title }}

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