{% extends "archives.html" %} {% block title -%} {%- if period | length == 1 -%} {{ period | datetime_from_period | strftime("%Y") }} {%- elif period | length == 2 -%} {{ period | datetime_from_period | strftime("%B %Y") }} {%- else -%} {{ period | datetime_from_period | strftime("%B %-d, %Y") }} {%- endif %} Archives — {{ super.super() }} {%- endblock %} {% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %} {% endif %} {% endblock %} {% block archives_pagetitle %}

{% if period | length == 1 -%} {{ period | datetime_from_period | strftime("%Y") }} {%- elif period | length == 2 -%} {{ period | datetime_from_period | strftime("%B %Y") }} {%- else -%} {{ period | datetime_from_period | strftime("%B %-d, %Y") }} {%- endif %} Archives for {{ SITENAME }}

{% endblock %} {% block archives_quicklinks %}
{# Top Row with links to Archives by Year #} {# Row with links to Archives by Month #}
 
{% if period | length >= 2 %} {# Row with links to Archives by Day #}
 
{% endif %}
 
 
{% endblock %}