{% extends "layout.html" %} {% block body %}

Archives

文章归档: {{ site.posts | length }}

{% for year_data in archive_years %}

{{ year_data.year }}

{% for post in year_data.posts %}
{{ post.title }}

{{ post.date }}

{% endfor %}
{% endfor %}
{% endblock body %}