{% if post.external-url %}

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

{% else %}

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

{% endif %} {% if post.date %}

{% include post/date.html date=post.date %}{{ time }}

{% endif %}
{{ post.excerpt }}
{% if post.content contains site.excerpt_separator %} {% endif %} {% if post.external-url %}

Permalink

{% endif %}