Archives for {{ SITENAME }}
{% endblock %}
{% block archives_quicklinks %}
{# Top Row with links to Archives by Year #}
{% endblock %}
{# Main Archive Listing #}
{# "dates" is the article list, sorted by date #}
{% for article in dates %}
{% for article in dates %}
{% if loop.index0 == 0 or (article.date.year != dates[loop.index0 - 1].date.year) %}
{% if loop.index0 != 0 %} • {% endif -%}
{{- article.date.year -}}
{%- endif -%}
{%- endfor %}
{% if (loop.index0 == 0) or (article.date.year != dates[loop.index0 - 1].date.year) %}
{% if loop.index0 != 0 -%}
{%- endif %}
{% endif %}
{% if (loop.index0 == 0) or
(article.date.year != dates[loop.index0 - 1].date.year) or
((article.date.year == dates[loop.index0 - 1].date.year) and (article.date.month != dates[loop.index0 - 1].date.month)) %}
{% if ((article.date.year == dates[loop.index0 - 1].date.year) and (article.date.month != dates[loop.index0 - 1].date.month)) -%}
{%- endif %}
{% endif %}
{% endfor %}
{% if not article.micro %}
{{ article.title }}
{% if article.subtitle %}
{{ article.subtitle }}{% endif %} {% else %} {{ article.content }} {# • #} {% endif %}
{{ article.subtitle }}{% endif %} {% else %} {{ article.content }} {# • #} {% endif %}