{% 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 index %}
{{ post.excerpt }} {% if post.content contains site.excerpt_separator %} {{ site.excerpt_link }} {% endif %}
{% else %} {{ post.content | replace: site.excerpt_separator, '' }} {% endif %}