{% if index %}

{{ post.title }}

{% else %}

{{ page.title }}

{% endif %} {% unless post.meta == false %}
{% include blog/post/date.html %}{{ time }} {% include post/author.html %} {% include blog/post/tags.html %} {% if page.comments != false and post.comments != false %} Comments {% endif %}
{% endunless %}
{% if index %}
{% assign blog_post_link = 'href="' | append: post.url | append:"#" %} {{ post.excerpt | replace: 'href="#', blog_post_link }} {% if post.content contains site.excerpt_separator %} {{ site.excerpt_link }} {% endif %}
{% else %} {{ post.content | replace: site.excerpt_separator, '' }} {% endif %}