Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHang Jiang <jianghangscu@gmail.com>2017-12-13 09:26:49 +0300
committerGitHub <noreply@github.com>2017-12-13 09:26:49 +0300
commit5c83c159412e0067014835fa8a3f674b5d3705bc (patch)
tree211a42f925cad3df919784be3e0cbde3f72977bb
parent98cd7f9f63a9667b0c70cff8b9525667b555a871 (diff)
parentd84fe2cc89ec4662a17630ff0a7620605dfc9e99 (diff)
Merge pull request #33 from subnomo/patch-1
Correct grammar in reading time estimate
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<h2 class="headline">
{{ .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
<span class="tags">
{{ with .Params.tags }}
{{ if ge (len .) 1 }}