--- --- {% for page in site.pages %} {% if page.id == "index" %} {% assign index_post = page %} {% endif %} {% endfor %} {{ site.title }} {{ index_post.title }} en-us https://{{ site.domain }}/atom.xml {% for post in site.posts %} {{ post.title }} {{ post.id }} {{ post.url }} {{ post.date | date_to_xmlschema }} {{ post.content | markdownify | xml_escape }} {% endfor %}