---
layout: default
single: true
---

<div>
<article class="hentry">
  {% include article.html %}
  <footer>
    <p class="meta">
      {% include post/author.html %}
      {% include post/date.html %}
      {% include post/categories.html %}
    </p>
    {% unless page.no_sharing %}
    {% include post/sharing.html %}
    {% endunless %}
  </footer>
</article>
{% if site.disqus_short_name and page.no_comments != true %}
  <section>
    <h1>Comments</h1>
    <div id="disqus_thread">{% include post/disqus_thread.html %}</div>
  </section>
{% endif %}
</div>