{% ckan_extends %} {# No header_logo override: ckan.site_logo (baked in infra/Dockerfile, editable at /ckan-admin/config) drives CKAN's own block, which renders the same anchor + img with the site title as alt text. #} {# Sister-site links in the masthead nav — the Access Portal and the MARINERG-i project. Markup matches `build_nav_main` (a bare li > a) so CKAN's own `.masthead .main-navbar ul li a` rule styles them exactly like the primary tabs. Adding Bootstrap's nav-item/nav-link here instead pulled in .nav-link's padding and its dark `.navbar-light` colour, which is what misaligned them and forced a colour override. #} {% block header_site_navigation_tabs %} {{ super() }} {% if h.marinerg_portal_url() %}
  • {{ _('Access Portal') }}
  • {% endif %}
  • {{ _('MARINERG-i') }}
  • {% endblock %}