diff options
Diffstat (limited to '')
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 }} |