{% extends "base.html" %} {% block title %}{{ SITENAME }} · Archives{% endblock %} {% block content %} {%- if dates %}

Archives

{#- hold on to your butts! #} {% set month = None -%} {%- for article in dates -%} {% set cmonth = article.date.date().replace(day=1) %} {%- if not month -%} {% set month = cmonth %}

{{ article.date.strftime("%b %Y") }}


{{ article.date.strftime("%b %Y") }}


{% else %}

No Posts

There aren't any posts in the timeframe specified.

{% endif %} {% endblock %}