--- layout: default ---
{% if page.type == 'categories' %}

{{ page.title }}

an archive of {{ page.collection_name }} in this category

{% elsif page.type == 'year' %}

{{ page.date | date: '%Y' }}

an archive of {{ page.collection_name }} from this year

{% elsif page.type == 'tags' %}

{{ page.title }}

an archive of {{ page.collection_name }} with this tag

{% endif %}
{% for document in page.documents %} {% endfor %}
{{ document.date | date: '%b %d, %Y' }} {% if document.redirect == blank %} {{ document.title }} {% elsif document.redirect contains '://' %} {{ document.title }} {% else %} {{ document.title }} {% endif %}