--- layout: default markdown: true ---

{{ page.title | replace: "_", " " | capitalize}}

{% if page.tags %}
    {% for tag in page.tags %}
  • {{ tag }}
  • {% endfor %}
{% endif %}

posted {% if page.date %} on {{ page.date | date_to_string }} {% endif %} {% if page.categories[0] %} under category {{ page.categories | join: ", " }} {% endif %} {% unless page.collection == 'posts' %} in series {{ page.collection }} {% endunless %}

{{ content }}
{% if site.disqus.comments %} {% include disqus.html %} {% endif %} {% if site.gitalk.comments %} {% include gitalk.html %} {% endif %}