{% comment %}--- layout: default title: blog rank: 7 ---{% endcomment %}

Blog posts

chronological

{% for post in site.posts %}

{{ post.title}}

{% include print_categories_for_thing.html thing=post %}

{{ post.date | date_to_string }}

{{ post.excerpt }}
{% endfor %}
{% include print_list_of_categories.html %}