{% if site.paginate and site.paginate_path and paginator.page > 1 %} Page {{ paginator.page }} {% else %} Contents {% endif %}
{% if site.paginate and site.paginate_path %}-
{% for post in paginator.posts %}
- {{ post.title }} {{ post.date | date: "%b %-d, '%y" }} {% endfor %}
-
{% for post in site.posts %}
- {{ post.title }} {{ post.date | date: "%b %-d, '%y" }} {% endfor %}