{% if index %}

{{ post.title }}

{% else %}

{{ page.title }}

{% endif %} {% unless post.meta == false %}
{% include blog/post/date.html %}{{ time }} {% include post/author.html %} {% include post/time_to_read.html %} {% include blog/post/tags.html %} {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %} Comments {% endif %}
{% endunless %}
{% if post.excerpted and index %}
{{ post.excerpt }} {{ site.excerpt_link }}
{% else %} {{ post.content | replace: site.excerpt_separator, '' }} {% endif %}