--- permalink: /photos.xml --- {% capture srcbase %}src="{{site.url}}/{% endcapture %} @clarkzjw's photos Photos {% assign photos = site.data.photos | slice: 0, 10 %} {{ photos.first.createdAt | date_to_rfc822 }} {{ site.url }}/photos.xml {% for photo in photos limit:10 %} {{ photo.caption | markdownify | strip_html | xml_escape }} {% capture content %} {{ photo.alt }} {% endcapture %} {{ content | xml_escape }}{{ openheart | xml_escape }} {{ photo.createdAt | date_to_rfc822 }} {{ site.url }}/photos#P{{ photo.guid }} {{ site.url }}/photos#P{{ photo.guid }} {% endfor %}