--- --- {{ site.name | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} {{ site.url }} {% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %} {% for post in site.posts %} {% if post.lang == "en" %} {% capture title %}{{ post.title }}. {{ post.subtitle }}{% endcapture %} {{ title | xml_escape }} {{ site.author | strip_html | xml_escape }} {{ post.content | truncatewords: 50 | xml_escape }} {{ post.date | date_to_rfc822 }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} {% endif %} {% endfor %}