---
layout: default
---
{{ content }}
{% for post in site.posts %}
{%- for tag in post.tags -%}
{%- unless page.tag == tag -%}
{{- " " -}}{{- tag -}}
{%- endunless -%}
{%- endfor -%}
{{ post.excerpt }}
{% endfor %}
Atom
#{{ site.github.build_revision }}