• {% if post.collection == "blog" or post.collection == "photos" %}
    {{post.date | date_to_xmlschema | date: "%a, %b %d, %Y"}}
    {% elsif post.collection == "work" %}
    {{post.date | date: "%Y"}}
    {% endif %}

    {{post.title}}

    {% if post.tags %}
    {{post.tags"}}
    {% endif %}