--- layout: none --- Jekyll {{site.time | date_to_xmlschema }} {{ page.url | absolute_url | xml_escape }} Tom Hodson's Atom Feed {{ site.description | xml_escape }} {{"/favicon.ico" | absolute_url | xml_escape }} {{ "/apple-touch-icon.png" | absolute_url | xml_escape }} Tom Hodson {{ site.url | xml_escape }} {% assign feed_items = site.feed.post_limit | default: 10 %} {% for post in site.posts limit:feed_items %} {% if post.draft == false or jekyll.environment == "development" %} {% unless post.exclude_from_rss %} {% assign post_title = post.title | smartify | strip_html | normalize_whitespace | xml_escape %} {{ post_title }} {{ post.date | date_to_xmlschema }} {{ post.last_modified_at | default: post.date | date_to_xmlschema }} {{ post.id | absolute_url | xml_escape }} {% if post.social_image %} {% endif %} {% endunless %} {% endif %} {% endfor %}