diff --git a/cps/templates/feed.xml b/cps/templates/feed.xml
index 940fb0da..d2114157 100644
--- a/cps/templates/feed.xml
+++ b/cps/templates/feed.xml
@@ -43,16 +43,17 @@
{{entry.Books.title}}
urn:uuid:{{entry.Books.uuid}}
{{entry.Books.atom_timestamp}}
- {% if entry.Books.authors.__len__() > 0 %}
+ {% for author in entry.Books.authors %}
- {{entry.Books.authors[0].name}}
+ {{author.name}}
- {% endif %}
+ {% endfor %}
{% if entry.Books.publishers.__len__() > 0 %}
{{entry.Books.publishers[0].name}}
{% endif %}
+ {{entry.Books.pubdate.strftime("%Y-%m-%dT%H:%M:%S+00:00")}}
{% for lang in entry.Books.languages %}
{{lang.lang_code}}
{% endfor %}