Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (34 loc) · 803 Bytes

categories.md

File metadata and controls

36 lines (34 loc) · 803 Bytes
layout title
post
Categories
{% for tag in site.categories %} {{ tag[0] }}
{% endfor %}

{% for tag in site.categories %}

{{ tag[0] }}

    {% for post in tag[1] %}
    {{ post.title }} {{ post.date | date_to_string }}

    {% endfor %}
{% endfor %}