Skip to content

Commit

Permalink
modification: landing page record title
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgualdi committed Apr 23, 2024
1 parent 427cf1d commit baeac21
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{#
This file is part of Invenio.

Copyright (C) 2021 Graz University of Technology.
Copyright (C) 2021-2024 Graz University of Technology.

Invenio-Records-Marc21 is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
Expand All @@ -15,6 +15,13 @@

{%- set metadata = record.ui.metadata %}

{% block head_title %}
<title>
{% for title in metadata.get('titles') %}
{{title}}
{% endfor %}
</title>
{% endblock head_title %}
{%- block page_body %}

<div class="ui container" id="marc21-landing-page">
Expand Down

0 comments on commit baeac21

Please sign in to comment.