diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5d37444..3dc85e7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -8,6 +8,9 @@ SPDX-License-Identifier: MIT <article> <header> <h1>{{ trim .Title " " }}</h1> + {{ .WordCount }} words + ({{ div .WordCount 240}}~{{ div .WordCount 180}} minutes reading) + {{ partial "post-language-switcher.html" . }} {{ partial "post-navigation.html" . }} </header> |