Skip to content

Commit

Permalink
Remove trailing slash from DO catalog titles
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Jan 13, 2025
1 parent 66cd113 commit 433f5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finalizing/templates/catalog-html.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<hra-app-shell logo-text="Human Reference Atlas Knowledge Graph" logo-text-small="HRA KG"
logo-url="{{ lodIri }}" hide-menu>
<div class="main" typeof="dcat:Catalog" resource="{{ iri }}">
<h1 class="page-title" property="dct:title">{{ iri }}</h1>
<h1 class="page-title" property="dct:title">{{ noSlashIri }}</h1>
<ul>
{%- for item in items -%}
{% if itemType == 'Dataset' %}
Expand Down

0 comments on commit 433f5f2

Please sign in to comment.