From d84fe2cc89ec4662a17630ff0a7620605dfc9e99 Mon Sep 17 00:00:00 2001 From: Alex Taylor Date: Tue, 12 Dec 2017 22:04:27 -0800 Subject: [PATCH] Fix incorrect grammar in reading time estimate --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0bd5424..344fff9 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -11,7 +11,7 @@

{{ .Date.Format "Jan 2, 2006 15:04" }} · {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} - · {{ if eq 1 .ReadingTime }}{{ .ReadingTime }} minute read{{ else }}{{ .ReadingTime }} minutes read{{ end }} + · {{ .ReadingTime }} minute read {{ with .Params.tags }} {{ if ge (len .) 1 }}