kaapiandcode / hugo-goa

Simple Minimalistic Theme for Hugo
https://kaapiandcode.github.io/hugo-goa-demo/
MIT License
264 stars 128 forks source link

Add number of minutes to read: list + content #103

Closed alcazar90 closed 2 years ago

alcazar90 commented 2 years ago

Implement the number of minutes to read, ideas in this post. Add the following line of code after the date in partial/content.html and partial/li.html to add the feature in each post.

       / {{ math.Round (div (countwords .Content) 220.0) }} MIN READ

Preview:

image

image