--- layout: default pagination: enabled: true --- {% if page.background %}
{% else %}
{% endif %}

{{ site.title }}

{% if site.description %} {{ site.description }} {% endif %}
{{ content }} {% for post in paginator.posts %} {% endfor %} {% if paginator.total_pages > 1 %}
{% if paginator.total_pages > 1 %}
    {% if paginator.previous_page %}
  • Newer
  • {% endif %} {% if paginator.next_page %}
  • Older
  • {% endif %}
{% endif %}
{% endif %}