Skip to content

Latest commit

 

History

History
executable file
·
20 lines (18 loc) · 469 Bytes

File metadata and controls

executable file
·
20 lines (18 loc) · 469 Bytes
layout page
title 分类
{% for cat in site.categories %} {{ cat[0] }} {% endfor %}

{% for cat in site.categories %}

{{cat[0]}}

{% for post in cat[1] %}
{{ post.date | date:"%Y-%m-%d" }} {{ post.title }}
{% endfor %} {% endfor %}