Skip to content

Instantly share code, notes, and snippets.

@raybesiga
Created February 17, 2016 14:59
Show Gist options
  • Select an option

  • Save raybesiga/cae788758f736423a434 to your computer and use it in GitHub Desktop.

Select an option

Save raybesiga/cae788758f736423a434 to your computer and use it in GitHub Desktop.
Time to read article
{% assign minutes = content | number_of_words | divided_by: 180 %}
{% if minutes == 0 %}
{% assign minutes = 1 %}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment