{% assign collections = site.collections | where_exp:'collection','collection.output != false' %} {% for collection in collections %} {% assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' %} {% for doc in docs %} {{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }} {{page.publisher}} en {{ page.date | date_to_xmlschema }} {{ page.title }} {% endfor %} {% endfor %} {% 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 }} {{page.publisher}} en {{ page.date | date_to_xmlschema }} {{ page.title }} {% endfor %}