diff --git a/opds/templates/catalog.opds.jinja2 b/opds/templates/catalog.opds.jinja2 index 36702e0..2754320 100644 --- a/opds/templates/catalog.opds.jinja2 +++ b/opds/templates/catalog.opds.jinja2 @@ -27,10 +27,10 @@ {{ entry.title }} {{ entry.id }} + {{ entry.summary }} {% for author in entry.authors %} {{ author }} - {% endfor %} {% if entry.updated %} {{ entry.updated }} {% endif %}