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