--- layout: null --- {{ site.url }} {{ site.time | date_to_xmlschema }} {% assign pages_list = site.pages %} {% for node in pages_list %} {% if node.title != null and node.url != '/404.html' %} {{ site.url }}{{ node.url }} {% endif %} {% endfor %} {% for post in site.posts %} {{ site.url }}{{ post.url }} {% if post.modified != nil %} {{ post.modified | date_to_xmlschema }} {% else %} {{ post.date | date_to_xmlschema }} {% endif %} {% endfor %}