summaryrefslogtreecommitdiffstats
path: root/layouts/writing/poetry
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/writing/poetry')
-rw-r--r--layouts/writing/poetry/section.html6
-rw-r--r--layouts/writing/poetry/single.html13
2 files changed, 19 insertions, 0 deletions
diff --git a/layouts/writing/poetry/section.html b/layouts/writing/poetry/section.html
new file mode 100644
index 0000000..c1d096e
--- /dev/null
+++ b/layouts/writing/poetry/section.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+
+{{ .Content }}
+
+{{ partial "poetry.html" }}
+{{ end }}
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 }}