diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-22 07:39:06 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-22 07:39:06 +0100 |
commit | a95d310f6d62af3e9d2b440227fcd99ed3f38e48 (patch) | |
tree | 0a017d2c8c749605a79a7c71b350f4a6397be346 /layouts | |
parent | 18cef0e0982b2e42d85c6259e2464798b8979217 (diff) |
update
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/poetry.html | 4 | ||||
-rw-r--r-- | layouts/writing/poetry/single.html | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/poetry.html b/layouts/partials/poetry.html index c62ddc1..86d67b6 100644 --- a/layouts/partials/poetry.html +++ b/layouts/partials/poetry.html @@ -1,6 +1,6 @@ -<h2>Poetry</h2> +<h2>Poems</h2> -<p>This is experimental.</p> +<p>This page is experimental.</p> <ul id="poetry"> {{ range where site.RegularPages "Section" "writing" }} diff --git a/layouts/writing/poetry/single.html b/layouts/writing/poetry/single.html index 3ef8472..5363190 100644 --- a/layouts/writing/poetry/single.html +++ b/layouts/writing/poetry/single.html @@ -8,6 +8,8 @@ <h2 class="title">{{ .Title }}</h2> + {{ .Content }} +- {{ .Date.Format "2 Jan 2006" }} {{ end }} |