--- layout: null permalink: /sitemap.xml sitemap: false --- {% assign pages = site.pages | sort: 'url' %} {% for item in pages %}{% if item.sitemap != false %}{% if item.home or item.layout == 'doc' %} {{ item.url | absolute_url | xml_escape }} {% if item.last_modified_at %}{{ item.last_modified_at | date: '%Y-%m-%d' }}{% endif %} {% endif %}{% endif %}{% endfor %}