~comcloudway/pages

23eec0bf8dd0a8a469610fa8d01e8458beab8e9e — Jakob Meier 15 days ago 6d78fb8
Display word count instead of reading time

Not everybody has the same reading speed, so we should not assume that
everybody reads 212 words per minute.
By displaying the word count, the reader can still calculate the reading
time themselves, if they know how many words they can read per minute.
Or simply use the word count as a measurement of document length.
1 files changed, 1 insertions(+), 1 deletions(-)

M layouts/partials/blog-preview.html
M layouts/partials/blog-preview.html => layouts/partials/blog-preview.html +1 -1
@@ 5,7 5,7 @@
    </h2>
    <small>
      {{.Date.Format "January 2, 2006"}}
      ({{.ReadingTime}} min)
      ({{.WordCount}} words)
    </small>
    <p>{{ .Description }}</p>
  </a>