{% unless page.no_header %}

{% include post/title.html %}

{% unless page.meta == false %}

{% include post/author.html %} - {% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %} - {% include post/categories.html %} {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %} | Comments {% endif %}

{% endunless %}
{% endunless %} {% if index %}
{{ content | excerpt }}
{% capture excerpted %}{{ content | has_excerpt }}{% endcapture %} {% if excerpted == 'true' %} {% endif %} {% else %}
{{ content }}
{% endif %} {% unless index %} {% endunless %}