--- layout: null sitemap: exclude: 'yes' --- {% if page.xsl %} {% endif %} {% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' %} {% for page in pages %} {{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }} {% if page.last_modified_at %} {{ page.last_modified_at | date_to_xmlschema }} {% endif %} {% if page.sitemap.priority %} {{ page.sitemap.priority }} {% else %} 0.8 {% endif %} {% endfor %}