--- layout: base ---

{{ page.title }}

{{ content }}

Latest posts

These are the latest posts in the blog in reverse chronological order.

{% for post in site.posts %} {% include post-summary.html %} {% endfor %}

Posts by tag

These are all the posts in the blog, grouped by their tag.

{% for tag_pair in site.tags %}

{{ tag_pair[0] }}

{% for post in tag_pair[1] %} {% include post-summary.html %} {% endfor %}
{% endfor %}