Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 574 Bytes

File metadata and controls

16 lines (16 loc) · 574 Bytes
layout title published
post
分类存档
true
{% for category in site.categories %}

{{ category[0] | join: "/" }}

{% for post in category[1] %}
{{ post.title }}[{{ post.categories }}] {{ post.date | date: "%m月%d日" }}
{% endfor %} {% endfor %}