--- layout: null --- {{ site.title }} {{ site.url }} {{ site.time | date_to_xmlschema }} {{ site.author.name }} {{ site.author.url }} {{ site.author.email }} {% for post in site.posts limit: 10 %} {{ post.title }} {{ site.url }}{{ post.id }} {{ post.date | date_to_xmlschema }} {{ post.content | xml_escape | truncatewords:50 }} {% assign post_image = post.image.path | default: post.image %} {% if post_image %} {% unless post_image contains "://" %} {% assign post_image = post_image | absolute_url %} {% endunless %} {% endif %} {% endfor %}