{% if post.layout == "link" %} {% elsif post.layout == "photo" %}
{% include picture.html size='phototeaser' %}
{{ post.title | titlecase }}
{% else %}

{{ post.title | titlecase }}

{% if post.image %} {% include picture.html %} {% endif %} {% capture has_more %}{{ post.content | has_excerpt }}{% endcapture %} {% unless post.categories contains "goodies" and page.path contains "goodies" %} {{ post.excerpt }} {% endunless %} {% if post.categories contains "goodies" and page.path contains "goodies" %} {% endif %} {% unless page.path contains "goodies" %} Continue reading {% endunless %}
{% endif %}