{% for post in include.posts limit:12 %} {{ post.title | xml_escape }} {{ post.date | date_to_xmlschema }} {{ post.url | prepend: site.baseurl | prepend: site.url }} {% for cat in post.categories %} {% endfor %} {% capture content %} {{ post.content }} {% endcapture %} {{ content | xml_escape }} {% endfor %}