文章归档

{% regroup article_list by pub_time.year as year_post_group %}
    {% 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 }} 月
    • {% endfor %}
  • {% endfor %}