--- permalink: /atom.xml --- {{ site.data.meta.title }} {{ site.time | date_to_xmlschema }} {{ site.url }}/ {% assign latest_posts = site.article | sort:"date" | reverse %} {% for post in latest_posts limit:24 %} {{ post.title | xml_escape }} {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.url }} {{ post.excerpt | escape }} {{ post.content | markdownify | xml_escape }} {{ post.author | xml_escape }} {% for category in post.categories %} {% endfor %} {% endfor %}