--- layout: default --- {% include page-intro.html %}
{{ content }}

Posts{% if paginator.page > 1 %}{{ paginator.page | prepend: ' - Page '}}{{ paginator.total_pages | prepend: ' of ' }}{% endif %}

{% if site.gems contains 'jekyll-paginate' and page.paginate %} {% comment %} Add paginator.posts loop if jekyll-paginate plugin is enabled and page.paginate == true {% endcomment %} {% include posts-paginated.html %} {% else %} {% include posts-all.html %} {% endif %}
{% include footer.html %}