---
layout: default
archive: true
---
{{ page.title }}
{{ page.date | date:"%B %-d, %Y" }}
{% for tag in tags %}
{% endfor %}
{% if page.toc %}
{% include toc.html %}
{% endif %}
{{content}}
{% if site.disqus %}
Comments
{% include disqus.html %}
{% endif %}
{% if page.archive %}
Read more
{% for post in site.posts %}
-
{{ post.title }}
{% endfor %}
{% endif %}