{{ site.title | append: include.title }} {{ site.time | date_to_xmlschema }} {{ site.url | append: include.id }} {{ site.author.name }} {{ site.author.email }} {% for post in include.posts %} {{ site.url }}{{ post.id }} {% if post.category == "links" %}Link: {% endif %}{{ post.title }} {{ post.date | date_to_xmlschema }} {% if post.modified != nil %} {{ post.modified | date_to_xmlschema }} {% else %} {{ post.date | date_to_xmlschema }} {% endif %} {% if post.category == "links" %} {% capture linktext %}

Link: {{ post.link | hostname }}

{% endcapture %} {{ linktext | xml_escape }} {{ post.content | xml_escape }}
{% else %} {{ post.content | xml_escape }} {% endif %}
{% endfor %}