--- layout: page # The Archives of posts. --- {% include lang.html %} {% assign df_strftime_m = site.data.locales[lang].df.archives.strftime | default: '/ %m' %} {% assign df_dayjs_m = site.data.locales[lang].df.archives.dayjs | default: '/ MM' %}
{% for post in site.posts %} {% capture cur_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% if cur_year != last_year %} {% unless forloop.first %}{% endunless %}
{{ cur_year }}
{% endif %} {% endfor %}