From dada3fadd10c9704b63a6ea01527d6f26bb72344 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 13 Aug 2022 21:28:25 +0100 Subject: first attempt at poetry section --- layouts/writing/poetry/section.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/writing/poetry/section.html (limited to 'layouts/writing/poetry/section.html') diff --git a/layouts/writing/poetry/section.html b/layouts/writing/poetry/section.html new file mode 100644 index 0000000..c1d096e --- /dev/null +++ b/layouts/writing/poetry/section.html @@ -0,0 +1,6 @@ +{{ define "main" }} + +{{ .Content }} + +{{ partial "poetry.html" }} +{{ end }} -- cgit v1.2.3