| layout | title | published |
|---|---|---|
post |
分类存档 |
true |
{% for category in site.categories %}
{% for post in category[1] %}
{{ post.title }}[{{ post.categories }}]
{{ post.date | date: "%m月%d日" }}
{% endfor %}
{% endfor %}