summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/poetry.html4
-rw-r--r--layouts/writing/poetry/single.html2
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 }}