{{post.title}}

+ {% if post.subtitle %} +

{{ post.subtitle }}

+ {% else %}

{{ post.content | strip_html | truncatewords: 15 }}

+ {% endif %} {% capture words %}{{ post.content | number_of_words }}{% endcapture %}{% unless words contains "-" %}{{ words | plus: 250 | divided_by: 250 | append: " minute read" }}{% endunless %}