diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html
index c299ed7..5fdfe68 100644
--- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html
+++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html
@@ -70,7 +70,7 @@
@@ -80,7 +80,7 @@
- {{ r.metadata.descriptions[0].description | striptags | truncate(300) }}
+ {{ r.metadata.description | striptags | truncate(300) }}
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html
index ecfe24d..5253eb9 100644
--- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html
+++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html
@@ -12,8 +12,8 @@
{%- for creators in authors_list %}
-{%- if creators.identifiers.Orcid %}
-
+{%- if creators.identifiers.orcid %}
+
{%- endif %}
{{creators.name}}
@@ -25,7 +25,7 @@
{%- macro contributors(contributors_list) %}
{%- for group in contributors_list|groupby('type')%}
-{{group.grouper|contributortype_title}}(s)
+{{group.grouper}}(s)
{{authors(group.list)}}
{%- endfor %}
{%- endmacro %}
\ No newline at end of file