--- --- {{ site.title | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} {{ "/" | absolute_url }} {{ site.time | date_to_rfc822 }} {{ site.lang | default: "zh-CN" }} {% for post in site.posts limit:10 %} {{ post.title | xml_escape }} {% if post.excerpt %} {{ post.excerpt | strip_html | xml_escape }} {% else %} {{ post.content | xml_escape }} {% endif %} {{ post.date | date_to_rfc822 }} {{ post.url | absolute_url }} {% for tag in post.tags %} {{ tag | xml_escape }} {% endfor %} {{ post.url | absolute_url }} {% endfor %}