---
layout: default
---
{{ page.date | date: "%b %-d, %Y" }}
{% if page.tags.size > 0 %}
{%- if site.font-awesome-kit -%}
{%- else -%}
{%- endif -%}
{% for tag in page.tags %}{{ tag }}{% endfor %}
{% endif %}
{{ page.description }}
{% if page.toc %}
Contents
{% include toc.html html=content class='no-select' id='toc-list' skipNoIDs=true h_max=2 %}
{% endif %}
{{ content }}
{% if page.comments %}
{% include comment.html %}
{% endif %}
{% if site.posts.size > 1 %}
Latest Posts
{% for post in site.categories.posts limit:3 %}
{% if post.url != page.url %}
-
{{ post.title }}
{% endif %}
{% endfor %}
{% endif %}