summaryrefslogtreecommitdiffstats
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
parentdada3fadd10c9704b63a6ea01527d6f26bb72344 (diff)
better single page template for poetry pages
-rw-r--r--content/writing/poetry/katherine_ryan_was_fired_from_hooters_for_what.md1
-rw-r--r--content/writing/poetry/notch_coding_prelude_of_the_chambered.md1
-rw-r--r--layouts/writing/poetry/single.html13
3 files changed, 15 insertions, 0 deletions
diff --git a/content/writing/poetry/katherine_ryan_was_fired_from_hooters_for_what.md b/content/writing/poetry/katherine_ryan_was_fired_from_hooters_for_what.md
index 2336e0e..e60eda4 100644
--- a/content/writing/poetry/katherine_ryan_was_fired_from_hooters_for_what.md
+++ b/content/writing/poetry/katherine_ryan_was_fired_from_hooters_for_what.md
@@ -1,5 +1,6 @@
---
title: "Katherine Ryan Was Fired From Hooters For What? | Big Fat Quiz"
+type: "writing/poetry"
draft: false
date: 2022-08-13
categories: ['Poetry']
diff --git a/content/writing/poetry/notch_coding_prelude_of_the_chambered.md b/content/writing/poetry/notch_coding_prelude_of_the_chambered.md
index 6a18bfa..bc88cfa 100644
--- a/content/writing/poetry/notch_coding_prelude_of_the_chambered.md
+++ b/content/writing/poetry/notch_coding_prelude_of_the_chambered.md
@@ -1,5 +1,6 @@
---
title: "Notch Coding Prelude of the Chambered"
+type: "writing/poetry"
draft: false
date: 2022-08-13
categories: ['Poetry']
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 }}