{% if post.layout == "link" %} {% elsif post.layout == "photo" %}
{% picture {{ post.image }} %}
{{ post.title | titlecase }}
{% else %}

{{ post.title | titlecase }}

{% if post.image %} {% picture {{ post.image }} class="teaser" %} {% endif %} {% capture has_more %}{{ post.content | has_more }}{% endcapture %} {% if has_more == 'true' %} {{ post.content | post.excerpt | excerpt | markdownify }} {% else %} {% unless post.categories contains "goodies" %} {{ post.excerpt | markdownify }} {% endunless %} {% endif %} {% if post.categories contains "goodies" %} {% else %} Continue reading {% endif %}
{% endif %}