--- layout: default title: Archives ---
{% set this_year = 0 %}

Archives


{% for post in posts %} {% set this_month = post.pub_time.strftime('%b') %} {% if this_year != post.pub_time.strftime('%Y') %} {% if this_year != 0 %} {% endif %} {% set this_year = post.pub_time.strftime('%Y') %}

{{ this_year }}

{% else %} {% endif %}

{{ post.title }}

{{ post.pub_time.strftime('%b %d') }}

{% endfor %}
{% include "_includes/sidebar.html" %}