diff --git a/cps/templates/discover.html b/cps/templates/discover.html index 51157972..c340cfc0 100644 --- a/cps/templates/discover.html +++ b/cps/templates/discover.html @@ -15,7 +15,7 @@
{{entry.title|shortentitle}}
{{entry.authors[0].name}}
{% for author in entry.authors %} - {{author.name}} + {{author.name}} {% if not loop.last %} & {% endif %}