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.

Revisions

  1. raybesiga created this gist Feb 17, 2016.
    4 changes: 4 additions & 0 deletions time_to_read_article
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    {% assign minutes = content | number_of_words | divided_by: 180 %}
    {% if minutes == 0 %}
    {% assign minutes = 1 %}
    {% endif %}