summaryrefslogtreecommitdiffstats
path: root/layouts/page
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page')
-rw-r--r--layouts/page/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
index cb2faba..be12179 100644
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -3,7 +3,7 @@
<article class="{{ partial "post-class.html" . }}" role="document"{{ with .Params.lang }} lang="{{ . }}"{{ end }}>
<header>
<h1 class="text-title">
- {{ .Params.caption | default .Title }}
+ {{ .Params.pageTitle | default .Title }}
</h1>
</header>