--- layout: default --- {{ content }}
{% for post in paginator.posts %}

{{ post.title | escape }}

{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}

{{ post.excerpt }}

Read More ...
{% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}