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

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}

Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}


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