{# Format specification: https://tools.ietf.org/html/rfc4287 #} {% set collection = collection|default(page.collection) %} {% set feed_updated = 0 %} {% for page in collection %} {%- set feed_updated = max(feed_updated, page.date) %} {%- if collection.params.show_last_modified %} {%- set feed_updated = max(feed_updated, page.modified) %} {%- endif %} {% endfor %} {{ collection.params.title }} {{ collection.params.description }} {{ feed_updated|date("Y-m-d\\TH:i:sP") }} {{ site.author.name }} {{ page.url(true) }} {% for item in collection %} {% set banner = item.media.images|first %} {{ item.title|e }} {{ item.url(true) }} {% if collection.params.show_last_modified %} {{ item.modified|date("Y-m-d\\TH:i:sP") }} {% else %} {{ item.date|date("Y-m-d\\TH:i:sP") }} {% endif %} {{ item.date|date("Y-m-d\\TH:i:sP") }} {% for tag in item.taxonomy.tag %} {% endfor %} {% endfor %}