--- layout: default ---
{% for post in paginator.posts %}
{% if site.wpm %} | {{ post.content | number_of_words | divided_by: site.wpm }} min read{% endif %}

{{ post.title | smartify }}

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

{% endfor %}