diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 8ec4839..7966e27 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -18,7 +18,7 @@
{{- if and (.Param "readingTime") (eq (.Param "readingTime") true) -}}
{{ .ReadingTime }} {{ $.Site.Params.minuteReadingTime | default "min read" }}
{{- end -}}
- {{- if and (.Param "showWordCount") (eq (.Param "readingTime") true) -}}
+ {{- if and (.Param "showWordCount") (eq (.Param "showWordCount") true) -}}
{{ .WordCount }} {{ $.Site.Params.words | default "words" }}
{{- end -}}