【发布时间】:2014-01-19 07:19:59
【问题描述】:
为此挠头 - 非常感谢您的帮助。
我想显示我所有 Jekyll 帖子的列表,按类别组织。我知道第 3 行不正确,但我不知道它应该是什么。有任何想法吗?谢谢!
{% for category in site.categories %}
<h3>{{ category | first }}</h3>
{% for post in page.categories.category %}
{{ post.title }}<br>
{% endfor %}
{% endfor %}
【问题讨论】: