diff --git a/cps/templates/feed.xml b/cps/templates/feed.xml index 82e92416..428dd363 100644 --- a/cps/templates/feed.xml +++ b/cps/templates/feed.xml @@ -27,7 +27,10 @@ href="{{request.script_root + request.path}}?offset={{ pagination.previous_offset }}" type="application/atom+xml;profile=opds-catalog;type=feed;kind=navigation"/> {% endif %} - + + {{instance}} {{instance}} @@ -43,9 +46,12 @@ {{entry.authors[0].name}} - - {{entry.publishers[0].name}} - + + {% if publishers.__len__() > 0 %} + + {{entry.publishers[0].name}} + + {% endif %} {{entry.language}} {% for tag in entry.tags %} - + + {{instance}} {{instance}}