--- --- {{ site.title | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} {{site.url}}{{site.baseurl}} {% for post in site.posts limit:10 %} {{post.title | xml_escape}} {% if post.author.name %} {{post.author.name | xml_escape}} {% endif %} {% if post.excerpt %} {{post.excerpt | xml_escape}} {% else %} {{post.content | xml_escape}} {% endif %} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{site.url}}{{site.baseurl}}{{post.url}} {{site.url}}{{site.baseurl}}{{post.url}} {% endfor %}