--- layout: default title: Home pagination: enabled: true ---
{% for post in paginator.posts %}

{{ post.title }}

{{ post.excerpt }}

{{ post.date | date: "%B %d, %Y" }}

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