--- limit: 25 --- {% if site.url %} {% assign base = site.url %} {% elsif site.github.url %} {% assign base = site.github.url %} {% endif %} {{ site.title }} Jekyll v{{ jekyll.version }} {{ site.url }}/apple-touch-icon-precomposed.png {{ site.description }} {{ site.time | date_to_xmlschema }} {{ base }}/ {{ site.owner.name | xml_escape }} {{ site.url }}/ {% if site.owner.email %}{{ site.owner.email }}{% endif %} {% for post in site.posts limit: page.limit %} {{ post.title | xml_escape }} {{ post.date | date_to_xmlschema }} {{ base }}{{ post.id }} {{ site.owner.name | xml_escape }} {{ site.url }}/ {% if site.owner.email %}{{ site.owner.email }}{% endif %} {% if post.image.feature %}<img src="{{ site.url }}/images/{{ post.image.feature }}"><br/>{% endif %} {{ post.content | xml_escape }} {% endfor %}