--- layout: default title: 分类 permalink: /category/ scripts: [category.js] ---
{% for post in site.posts %} {% include posts.html%} {% endfor %}
{% for category in site.categories%}
{% for post in category.last %} {% include posts.html%} {% endfor %}
{% endfor %}
{% include categories.html %}