{% assign post = include.post %} {% if post.image %} {% endif %}

{% include title.html title=post.title %}

{% if post.description %}

{% include title.html title=post.description %} {% if include.post.redirect_to %} →{% endif %}

{% endif %} {% include byline.html author=post.author date=post.date content=post.content %}
{% unless post.image %}

{{ post.excerpt | strip_html | truncatewords: 40 }}

Read more…
{% endunless %}