--- layout: none --- {{ site.feed_title | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} {{ site.feed.update_period | default: "daily" | xml_escape }} {{ site.feed.update_frequency | default: 1 | xml_escape }} {{ site.url }} {{ site.time | date_to_rfc822 }} en-gb {% 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" %} {{ post.title | xml_escape }} Tom Hodson {% if post.excerpt %} {% if post.social_image %}

]]> {% endif %} {{ post.content | xml_escape }}
{% else %} {{ post.content | xml_escape }} {% endif %} {{ post.date | date_to_rfc822 }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} {% if post.social_image %} {% endif %}
{% endif %} {% endfor %}