{% if index %}

{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}

{% else %}

{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}

{% endif %} {% if post or page.single %}{% include post/date.html %}{% endif %}
{% if index %} {{ content | excerpt }} {% else %} {{ content }} {% unless index %} {% include post/sharing.html %} {% endunless %} {% endif %} {% if post or page.single %} {% endif %}
{% include post/comment.html %}