diff --git a/feed.xml b/feed.xml
index 467c71ad..57a326a8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -32,7 +32,7 @@ sitemap: false
{{ author.name }}
{{ site.url }}
- {{ author.email }}
+ {% if author.email %}{{ author.email }}{% endif %}
{{ post.content | xml_escape }}
<p><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ author.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p>