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