X Tutup
Skip to content

Latest commit

 

History

History
executable file
·
15 lines (15 loc) · 422 Bytes

File metadata and controls

executable file
·
15 lines (15 loc) · 422 Bytes
layout default
title 分类:Categories
    {% for cat in site.categories %} {% if cat[0] != 'blog' %}

    {{ cat[0] }}({{ cat[1].size }})

    {% for post in cat[1] %}
  • {{ post.date | date_to_string }} » {{ post.title }}

  • {% endfor %} {% endif %} {% endfor %}
X Tutup