--- --- {{ site.title | xml_escape }} {% capture desc %}{{ site.title }},{{ site.desc }}{% endcapture %} {{ desc | xml_escape }} {{ site.url }}{{ site.baseurl }}/ {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} {% for post in site.categories["news"] limit:20 %} {{ post.title | xml_escape }} {{ post.content | xml_escape }} {% if post.author %}{{ post.author | xml_escape }}{% endif %} {{ post.date | date_to_rfc822 }} {{ post.url | prepend: site.baseurl | prepend: site.url }} {{ post.url | prepend: site.baseurl | prepend: site.url }} {% endfor %}