Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/view/base-template.twig
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<div class="d-flex flex-column flex-xl-row align-items-start align-items-xl-center my-auto{% if pageType == 'landing' %} p-0{% endif %}">
{% if pageType == 'landing' %}
<div id="skosmos-logo">
<h1 class="visually-hidden">Skosmos</h1>
<h1 class="visually-hidden">{{ GlobalConfig.serviceNameLong(request.lang) }}</h1
Comment thread
osma marked this conversation as resolved.
Outdated
</div>
{% else %}
<h2 class="fw-bold" id="vocab-title">
Expand Down
Loading