| layout | default |
|---|---|
| title | 分类:Categories |
-
{% for cat in site.categories %}
{% if cat[0] != 'blog' %}
{% for post in cat[1] %}
{{ post.date | date_to_string }} » {{ post.title }}
{% endfor %}
{% endif %}
{% endfor %}
| layout | default |
|---|---|
| title | 分类:Categories |