{% assign posts = collections.posts.pages %} {% for post in posts %}

{% if post.published_date %} {{ post.published_date | date: "%A, %b %e, %Y" }} {% endif %}

{{ post.title }}

{{ post.content | truncatewords: 50 }}
{% endfor %}