{% for post in site.posts %}
{{ post.date | date: "%b %e, %Y" }}
{{ post.read_time }} min read
{{ post.title }}
{{ post.excerpt | strip_html | truncatewords: 35 }}
Read
→
{% endfor %}