summaryrefslogtreecommitdiffstats
path: root/layouts/dramas
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/dramas')
-rw-r--r--layouts/dramas/single.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/dramas/single.html b/layouts/dramas/single.html
new file mode 100644
index 0000000..0609384
--- /dev/null
+++ b/layouts/dramas/single.html
@@ -0,0 +1,7 @@
+{{ define "main" }}
+<article class="drama">
+ <h1 class="text-title">{{ .Title }}</h1>
+ <p class="byline">by {{ .Params.author }}</p>
+ {{ .Content }}
+</article>
+{{ end }}