From c1818e8f36539664375b321a0ba5d635dd2f311a Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Tue, 30 Oct 2018 22:33:19 +0100 Subject: [PATCH] Fix for #672 --- cps/templates/feed.xml | 14 ++++++++++---- cps/templates/index.xml | 5 ++++- 2 files changed, 14 insertions(+), 5 deletions(-) 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}}