Skip to content

Commit

Permalink
modification: landing page record title
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Gualdi committed Apr 18, 2024
1 parent 18adfd4 commit 86cc686
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 86cc686

Please sign in to comment.