layouts/_default/single.html: showWordCount typo
This commit is contained in:
parent
13ca81158d
commit
2a6278396c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{{- if and (.Param "readingTime") (eq (.Param "readingTime") true) -}}
|
||||
<span class="post-reading-time">{{ .ReadingTime }} {{ $.Site.Params.minuteReadingTime | default "min read" }}</span>
|
||||
{{- end -}}
|
||||
{{- if and (.Param "showWordCount") (eq (.Param "readingTime") true) -}}
|
||||
{{- if and (.Param "showWordCount") (eq (.Param "showWordCount") true) -}}
|
||||
<span class="post-word-count">{{ .WordCount }} {{ $.Site.Params.words | default "words" }}</span>
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue