--- --- {{ page.title | xml_escape }} {{ page.description | xml_escape }} {{ site.url }}{{ site.baseurl }}/ {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} {% if page.limit %}{% assign limit = page.limit %}{% else %}{% assign limit = "20" %}{% endif %} {% for post in site.posts limit:limit %} {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date_to_rfc822 }} {{ post.url | prepend: site.baseurl | prepend: site.url }} {{ post.url | prepend: site.baseurl | prepend: site.url }} {% for tag in post.tags %} {{ tag | xml_escape }} {{ post.author.handle }}@{{ site.host }} {% endfor %} {% endfor %}