【发布时间】:2012-09-27 15:41:49
【问题描述】:
我试图弄清楚如何显示一个类别(或全部)中的帖子总数。我设想如下所示,但无法完全弄清楚。我错过了文档中的某些内容吗?
{% for post in site.categories.CAT %}
...do some counting
{% endfor %}
posts: {% number_of_posts %}
{% for post in site.categories.CAT %}
{{ post.title }}
{% endfor %}
【问题讨论】: