summaryrefslogtreecommitdiffstats
path: root/layouts/dramas
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/dramas')
-rw-r--r--layouts/dramas/single.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/layouts/dramas/single.html b/layouts/dramas/single.html
deleted file mode 100644
index e47e531..0000000
--- a/layouts/dramas/single.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{ define "main" }}
-<article class="drama" role="document"{{ with .Params.lang}} lang="{{ . }}"{{ end }}>
- <header>
- <h1 class="text-title">
- {{ .Params.caption | default .Title }}
- </h1>
- </header>
-
- <p class="byline">
- {{ partial "post-meta/author.html" . }}
- </p>
-
- {{ .Content }}
-</article>
-{{ end }}