{% extends 'includes/layout.njk' %} {% block body %} {% set categoriesList = list_categories({ show_count: false }) %} {% set tagsList = list_tags({ show_count: false }) %} {% set archivesList = list_archives({ show_count: false }) %} {% if not is_year() %}

Archives

{% if theme.atom %}

The feed is available via atom.


{% endif %} {% if config.atom %}

The feed is available via atom.


{% endif %}

{% else %}

{{ page.month + '/' + page.year }}

{% for postItem in page.posts.toArray() %}
{{ postItem.title }}
{% endfor %}
{{ paginator() }}
{% endif %} {% endblock %}