summaryrefslogtreecommitdiffstats
path: root/layouts/writing/poems/single.html
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-08-25 15:11:58 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-08-25 15:11:58 +0100
commitbc94f7c763e04be53019963a38468b294b9688e8 (patch)
tree3e2b0f80bcfb3408230e3293a9612a1444cbee01 /layouts/writing/poems/single.html
parentd7bc543d259f0567ebc102f47bbdf7913e4f9e14 (diff)
update
Diffstat (limited to 'layouts/writing/poems/single.html')
-rw-r--r--layouts/writing/poems/single.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/writing/poems/single.html b/layouts/writing/poems/single.html
new file mode 100644
index 0000000..5363190
--- /dev/null
+++ b/layouts/writing/poems/single.html
@@ -0,0 +1,15 @@
+{{ define "main" }}
+
+<style type="text/css" media="screen">
+ li {
+ margin-bottom: 1.2em;
+ }
+</style>
+
+<h2 class="title">{{ .Title }}</h2>
+
+
+{{ .Content }}
+
+- {{ .Date.Format "2 Jan 2006" }}
+{{ end }}