diff --git a/templates/themes/horizon/invenio_communities/details/home/index.html b/templates/themes/horizon/invenio_communities/details/home/index.html index 22f869a7..89f5ef44 100644 --- a/templates/themes/horizon/invenio_communities/details/home/index.html +++ b/templates/themes/horizon/invenio_communities/details/home/index.html @@ -100,10 +100,10 @@

{{ _("Browse") }}

-
+

{{ _("Subject areas") }}

-
+
{% set subjects = collections.values() | selectattr('slug', 'equalto', 'subjects') | first %} {% for collection in subjects.collections %} {{ render_depth_one_collection(community, subjects, collection) }} @@ -117,7 +117,7 @@

{{ _("Subject areas") }}

- {#
+

{{ _("Projects") }}

@@ -131,8 +131,8 @@

{{ _("Projects") }}

-
#} -
+
+

{{ _("Funding programmes") }}

@@ -273,4 +273,4 @@

{{ _("About") }}

{%- block javascript %} {{ super() }} {{ webpack['zenodo-rdm-horizon-frontpage.js'] }} -{%- endblock %} +{%- endblock %} \ No newline at end of file