{% for link in include.links %} {% unless link.sitemap.exclude or link.published == false %} {{ site.url }}{{ site.baseurl }}{{ link.url | remove: 'index.html' }} {% if link.sitemap.lastmod %} {{ link.sitemap.lastmod | date: '%Y-%m-%d' }} {% elsif link.date %} {{ link.date | date_to_xmlschema }} {% else %} {{ site.time | date_to_xmlschema }} {% endif %} {% if link.sitemap.changefreq %} {{ link.sitemap.changefreq }} {% else %} {{ include.changefreq }} {% endif %} {% if link.sitemap.priority %} {{ link.sitemap.priority }} {% else %} {{ include.priority }} {% endif %} {% endunless %} {% endfor %}