diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-25 15:11:58 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-25 15:11:58 +0100 |
commit | bc94f7c763e04be53019963a38468b294b9688e8 (patch) | |
tree | 3e2b0f80bcfb3408230e3293a9612a1444cbee01 /layouts/writing/poetry | |
parent | d7bc543d259f0567ebc102f47bbdf7913e4f9e14 (diff) |
update
Diffstat (limited to 'layouts/writing/poetry')
-rw-r--r-- | layouts/writing/poetry/section.html | 6 | ||||
-rw-r--r-- | layouts/writing/poetry/single.html | 15 |
2 files changed, 0 insertions, 21 deletions
diff --git a/layouts/writing/poetry/section.html b/layouts/writing/poetry/section.html deleted file mode 100644 index c1d096e..0000000 --- a/layouts/writing/poetry/section.html +++ /dev/null @@ -1,6 +0,0 @@ -{{ define "main" }} - -{{ .Content }} - -{{ partial "poetry.html" }} -{{ end }} diff --git a/layouts/writing/poetry/single.html b/layouts/writing/poetry/single.html deleted file mode 100644 index 5363190..0000000 --- a/layouts/writing/poetry/single.html +++ /dev/null @@ -1,15 +0,0 @@ -{{ 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 }} |