{% if post %} {% assign words = post.content | strip_html | strip_newlines | split: "" | size %} {% else %} {% assign words = page.content | strip_html | strip_newlines | split: "" | size %} {% endif %} {% if words <= 400 %} 1 min to read {% else %} {{ words | divided_by:400 }} mins to read {% endif %}