summaryrefslogtreecommitdiffstats
path: root/layouts/dramas/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/dramas/single.html')
-rw-r--r--layouts/dramas/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/dramas/single.html b/layouts/dramas/single.html
index 0609384..dc31717 100644
--- a/layouts/dramas/single.html
+++ b/layouts/dramas/single.html
@@ -1,6 +1,6 @@
{{ define "main" }}
<article class="drama">
- <h1 class="text-title">{{ .Title }}</h1>
+ <h1 class="text-title">{{ .Params.caption | default .Title }}</h1>
<p class="byline">by {{ .Params.author }}</p>
{{ .Content }}
</article>