diff --git a/feed.xml b/feed.xml
index c696d1c..781197d 100644
--- a/feed.xml
+++ b/feed.xml
@@ -25,13 +25,13 @@ layout: none
{% if post.excerpt %}
{% if post.social_image %}
- ]]>
+
]]>
{% endif %}
- {{ post.excerpt | xml_escape }}
+ {{ post.content | xml_escape }}
{% else %}
- {{ post.excerpt | xml_escape }}
+ {{ post.content | xml_escape }}
{% endif %}
{{ post.date | date_to_rfc822 }}