diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-13 22:34:06 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-13 22:34:06 +0100 |
commit | bfb134a96651075878f6ebe401f58276199a3a19 (patch) | |
tree | 86cfe874fe9ed38577fcd22f0e6eef9af99754cc /layouts/writing/poetry/single.html | |
parent | dada3fadd10c9704b63a6ea01527d6f26bb72344 (diff) |
better single page template for poetry pages
Diffstat (limited to '')
-rw-r--r-- | layouts/writing/poetry/single.html | 13 |
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 }} |