diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html index 5fdfe68..4884dca 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -48,18 +48,13 @@ something with doi -->
- - - {{ r.metadata.publication_date }} - - - - - {{ (' Version ' ~ r.version ~ '') if r.version else 'Version' }} + + + {{ r.metadata.publication_date }} {{ '(' ~ r.metadata.version ~ ')' if r.metadata.version }} - + {{r.metadata.resource_type | cast_to_dict | vocabulary_title('resource_type') }} @@ -87,16 +82,22 @@
- - {% 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 %} + +
- {{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') | lower }} + + {{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') }}
@@ -106,7 +107,7 @@ --> {%- endfor %} -