-
{% for year in year_post_group %}
- {{ year.grouper }} 年
{% regroup year.list by pub_time.month as month_post_group %}
-
{% for month in month_post_group %}
- {{ month.grouper }} 月
-
{% for article in month.list %}
- {{ article.title }} {% endfor %}
{% endfor %}
{% endfor %}
- {{ month.grouper }} 月
文章归档
{% regroup article_list by pub_time.year as year_post_group %}