diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 79b493d..a170823 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,7 +7,12 @@ SPDX-License-Identifier: MIT {{ define "main" }} <article> <header> - <h1>{{ trim .Title " " }}</h1> + <h1> + {{ trim .Title " " }} + {{ with .Params.chapterName }} + – {{ . }} + {{ end }} + </h1> {{ i18n "word count" . }} ({{ i18n "reading time" .ReadingTime }}) |