diff --git a/mpicms/templates/publications/components/list.html b/mpicms/templates/publications/components/list.html
index b68acb8..5ec4dd8 100644
--- a/mpicms/templates/publications/components/list.html
+++ b/mpicms/templates/publications/components/list.html
@@ -7,15 +7,14 @@
{% trans 'Publications' %}
{% for publication in publications %}
+ {{ publication.authors|richtext }}
{% if publication.doi %}
{{ publication.title|richtext }}
{% else %}
{{ publication.title|richtext }}
{% endif %}
-
- {{ publication.groups|richtext }}
- {{ publication.authors|richtext }}
{{ publication.source|richtext }}
+ {{ publication.groups|richtext }}
|
{% endfor %}
@@ -24,4 +23,4 @@ {% trans 'Publications' %}
-{% endif %}
\ No newline at end of file
+{% endif %}