--- layout: none --- {% if site.url != '' and site.url | split: '/' | first != 'http:' and site.url | split: '/' | first != 'https:' %} {% assign site_url = site.url | prepend: 'http:' %} {% assign post_content = post.content | xml_escape | replace: site.url, url %} {% else %} {% assign site_url = site.url %} {% assign post_content = post.content | xml_escape %} {% endif %} {{ site.title }} Jekyll {{ site.time | date_to_xmlschema }} {{ site_url }}/ {{ site.owner.name }} {{ site_url }}/ {{ site.owner.email }} {% for post in site.posts limit:20 %} <![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 %} {{ site.owner.name }} {{ site_url }} {{ site.owner.email }} {% for tag in post.tags %}{% endfor %} {{ post_content }} <p><a href="{{ site_url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site_url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p> {% endfor %}