-
+ {% for year in year_post_group %}
+
- {{ year.grouper }} {% trans 'year' %}
+ {% regroup year.list by pub_time.month as month_post_group %}
+
-
+ {% for month in month_post_group %}
+
- {{ month.grouper }} {% trans 'month' %}
+
-
+ {% for article in month.list %}
+
- {{ article.title }} + + {% endfor %} +
+ {% endfor %}
+
+ {% endfor %}
+ - {{ month.grouper }} {% trans 'month' %}
+
+ {% if isindex %} + {% if article.article_order > 0 %} + 【{% trans 'pin to top' %}】{{ article.title }} + {% else %} + {{ article.title }} + {% endif %} + + {% else %} + {{ article.title }} + {% endif %} +
++ {% if article.type == 'a' %} + {% if not isindex %} + {% cache 36000 breadcrumb article.pk %} + {% load_breadcrumb article %} + {% endcache %} + {% endif %} + {% endif %} +
+ {% endif %} +
+ {# {% query article_comments parent_comment=None as parent_comments %}#} + {% for comment_item in p_comments %} + + {% with 0 as depth %} + {% include "comments/tags/comment_item_tree.html" %} + {% endwith %} + {% endfor %} + +
++