diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html index 01cd36f..4884dca 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -82,11 +82,16 @@
- - {% trans user=userprofile, date=creation_date | dateformat('long')%} - Uploaded on {{date}} - {% endtrans %} - + {%- for s in r.metadata.subjects %} +
{{s.subject}}
+ {%- endfor %} +
+ + {% trans user=userprofile, date=creation_date | dateformat('long')%} + Uploaded on {{date}} + {% endtrans %} + +