--- layout: theme:default single: true ---
{% include theme:article.html %}

{% include theme:post/author.html %} {% include theme:post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %} {% include theme:post/categories.html %}

{% unless page.sharing == false %} {% include theme:post/sharing.html %} {% endunless %}

{% if page.previous.url %} « {{page.previous.title}} {% endif %} {% if page.next.url %} {{page.next.title}} » {% endif %}

{% if site.disqus_short_name and page.comments == true %}

Comments

{% include post/disqus_thread.html %}
{% endif %}
{% unless page.sidebar == false %} {% include theme:aside.html %} {% endunless %}