--- permalink: "/timecapsule/sitemap.xml" eleventyExcludeFromCollections: true --- {%- for page in collections.all %}{% if page.data.layout != "redirect.njk" and page.data.permalink != "/sitemap.xml" and page.url != "/404/" %} {{ site.domain }}{{ page.url }}{% if page.data.lastChanged %} {{ page.data.lastChanged | toIsoDate }}{% endif %} {% endif %}{% endfor %}