{% if index %}

{{ post.title }}

{% else %}

{{ page.title }}

{% endif %} {% unless post.meta == false %}
{% include blog/post/date.html %}{{ time }} {% 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 %}
{% capture excerpted %}{{ content | has_excerpt }}{% endcapture %} {% if excerpted == 'true' and index %}
{{ content | excerpt }} {{ site.excerpt_link }}
{% else %} {{ content }} {% endif %}