--- layout: main --- {% for post in site.posts %} {% if post.topics contains 'archived' or post.topics contains 'draft' %} {% else %}

{{ post.content }}

~ {{ post.date | date format: '%B %d, %Y' }} {% if post.revised %}
Revised {{ post.revised | date format: '%B %d, %Y' }} {% endif %}

View Comments

{% endif %} {% endfor %}
Read all {{ site.posts | size }} posts in the archive.