---
layout: default
---
{% for post in paginator.posts %}
-
{{ post.date | date: "%b %-d, %Y" }} • {{ post.categories | array_to_sentence_string }} {{ post.tags | array_to_sentence_string }} • comments
{{ post.content }}
{% if forloop.index % 2 == 0 %}
{% endif %}
{% endfor %}
{% include paginator.html %}