diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html index ac8656c..94646ca 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -18,7 +18,7 @@
- +

{{_('Recent uploads')}}

@@ -35,6 +35,10 @@ {{ r.publication_date }} + + + + {{ (' | ' ~ r.version ~ '') if r.version else ' | Version' }} @@ -44,9 +48,11 @@ {{_('Open Access')}} +

{{r.titles[0].title}}

+

{{ creators(r.creators) }}

@@ -54,6 +60,9 @@ {% trans user=userprofile, date=creation_date|dateformat('long') %}Uploaded on {{date}}{% endtrans %} + + {%- if not loop.last %}
{%- else%} @@ -61,7 +70,7 @@ {%- endif %} {%- endfor %}
- +
@@ -94,6 +103,8 @@
+
+