--- sitemap: false --- {{ site.title }} Jekyll {{ site.time | date_to_xmlschema }} {{ site.url }}/ {{ site.owner.name }} {{ site.url }}/ {% if site.owner.email %}{{ site.owner.email }}{% endif %} {% for post in site.posts limit:20 %} {% if post.author %} {% assign author = site.data.authors[post.author] %} {% else %} {% assign author = site.owner %} {% endif %} <![CDATA[{{ post.title | cdata_escape }}]]> {{ site.url }}{{ post.id }} {% if post.modified %}{{ post.modified | to_xmlschema }}T00:00:00-00:00 {{ post.date | date_to_xmlschema }} {% else %}{{ post.date | date_to_xmlschema }} {{ post.date | date_to_xmlschema }}{% endif %} {{ author.name }} {{ site.url }} {% if author.email %}{{ author.email }}{% endif %} {{ post.content | xml_escape }} <p><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ author.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p> {% endfor %}