{% assign page_words = page.content | number_of_words %} {% assign page_ert = page_words | divided_by: 200.0 | ceil %} <small>

<em>Estimated reading time: {{ page_ert }} {% if page_ert == 1 %}minute{% else %}minutes{% endif %}</em>

</small>