---
layout: default
---
{%-include back_link.html-%}
{{ page.title }}
{%-assign posts = site.posts-%}
{%- if posts.size > 0 -%}
{% assign ymPre = "" %}
{% capture archive_date_format %} {{ site.theme_config.archive_date_format | default: "%Y"}}{% endcapture %}
{% capture archive_date_titleformat %} {{ site.theme_config.archive_title_date_format | default: "%m-%d"}}{% endcapture %}
{%- for post in posts limit: include.limit -%}
{% capture ymCur %} {{post.date | date: archive_date_format}} {% endcapture %}
{% if ymCur != ymPre %}
{% if ymPre != "" %}
{% endif %}
{{ymCur}}
{%- endif -%}