diff --git a/templates/semantic-ui/zenodo_rdm/macros/record_item.html b/templates/semantic-ui/zenodo_rdm/macros/record_item.html index 5ee2577d..66b85da6 100644 --- a/templates/semantic-ui/zenodo_rdm/macros/record_item.html +++ b/templates/semantic-ui/zenodo_rdm/macros/record_item.html @@ -31,8 +31,8 @@ {# Top labels #}
-
- {{ record.ui.publication_date_l10n_long }} ({{ record.ui.version }}) +
+

{{ record.ui.publication_date_l10n_long }} ({{ record.ui.version }})

{{ record.ui.resource_type.title_l10n }} @@ -49,7 +49,7 @@
{# Title #} -
+ diff --git a/templates/themes/horizon/invenio_communities/details/home/index.html b/templates/themes/horizon/invenio_communities/details/home/index.html index 6a66931e..a3aad6df 100644 --- a/templates/themes/horizon/invenio_communities/details/home/index.html +++ b/templates/themes/horizon/invenio_communities/details/home/index.html @@ -49,16 +49,20 @@

Builtin compliance with EU open science

{% if records %} -
-

{{ _("Recent uploads") }}

-
+
+
+
+

{{ title }}

+
+
-
- {% for record in records %} -
    - {{ record_item(record=record) }} -
- {% endfor %} +
+ {% for record in records %} +
    + {{ record_item(record=record) }} +
+ {% endfor %} +
{% endif %}