From eed502dd453929a4ebc5a64dd7713f9765eb99ff Mon Sep 17 00:00:00 2001 From: David Keck Date: Wed, 12 Apr 2017 22:38:18 -0500 Subject: [PATCH] Corrected read time to use proper English See Stack Exchange article below for more information. These nouns are modifying the word read, and thus don't require the plural form. http://ell.stackexchange.com/questions/14290/shouldnt-five-minute-walk-be-five-minutes-walk-in-this-sentence --- layouts/blog/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 2d1cd6f..d490f2f 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -14,7 +14,7 @@
{{ .Params.author }}
{{end}} {{end}} -
{{ if eq 1 .ReadingTime }}{{ .ReadingTime }} minute read{{ else }}{{ .ReadingTime }} minutes read{{ end }}
+
{{ .ReadingTime }} minute read