diff --git a/rss/dash_blog_rss.xml b/rss/dash_blog_rss.xml
index 12f4a6b..254a9a7 100644
--- a/rss/dash_blog_rss.xml
+++ b/rss/dash_blog_rss.xml
@@ -11,17 +11,17 @@
{{ site.name | xml_escape }}
{% if site.description %}{{ site.description | xml_escape }}{% endif %}
{{ site.url }}
-
+
{% for post in site.posts %}
-
- {{ post.title | xml_escape }}
+
{% if post.author.name %}
{{ post.author.name | xml_escape }}
{% endif %}
{{ post.date | date_to_rfc822 }}
- {{ site.url }}{{ post.url }}
- {{ site.url }}{{ post.url }}
+ {{ site.url }}{{ post.url | xml_escape }}
+ {{ site.url }}{{ post.url | xml_escape }}
{% endfor %}