summaryrefslogtreecommitdiffstats
path: root/layouts/writing/poetry/single.html
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-08-13 22:34:06 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-08-13 22:34:06 +0100
commitbfb134a96651075878f6ebe401f58276199a3a19 (patch)
tree86cfe874fe9ed38577fcd22f0e6eef9af99754cc /layouts/writing/poetry/single.html
parentdada3fadd10c9704b63a6ea01527d6f26bb72344 (diff)
better single page template for poetry pages
Diffstat (limited to '')
-rw-r--r--layouts/writing/poetry/single.html13
1 files changed, 13 insertions, 0 deletions
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" }}
+
+<style type="text/css" media="screen">
+ li {
+ margin-bottom: 1.2em;
+ }
+</style>
+
+<h2 class="title">{{ .Title }}</h2>
+
+{{ .Content }}
+
+{{ end }}