diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cf250bf..90bb5b5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "main" }} <article class="post"> - <h1 class="text-title">{{ .Title }}</h1> + <h1 class="text-title">{{ .Params.caption | default .Title }}</h1> {{ .Content }} </article> {{ end }} |
