--- --- {{ site.name | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} {{ site.url }} {% for post in site.posts %} <![CDATA[{{ post.title }}]]> {% if post.author.name %} {{ post.author.name | xml_escape }} {% endif %} {{ post.date | date_to_rfc822 }} {{ site.url }}{{ post.url | xml_escape }} {{ site.url }}{{ post.url | xml_escape }} {% endfor %}