Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created March 29, 2020 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/e322ccdeedceb0be7a0e27ae43e81532 to your computer and use it in GitHub Desktop.
Save miguelmota/e322ccdeedceb0be7a0e27ae43e81532 to your computer and use it in GitHub Desktop.
Hugo display reading time minutes like medium blogs
{{ math.Round (div (countwords .Content) 220.0) }} min read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment