--- layout: nil --- {{ site.blog_title }} {{ site.time | date_to_xmlschema }} {{ site.url }}/ {{ site.author }} {% if site.email %} {{ site.email }} {% endif %} {% for post in site.posts %} {{ post.title }} {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.id }} {{ post.content | full_urls: site.url | xml_escape }} {% endfor %}