Skip to content

Commit

Permalink
[update][s]: position of main website moved in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-sharma12 committed Apr 5, 2024
1 parent f8a5b71 commit 0e1b085
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckanext/ubdc/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@
{# Removed About from Nav, used nav from ckanext-showcase #}
{% block header_site_navigation_tabs %}
<li><a href="/">Home</a></li>
<li><a href="https://ubdc.ac.uk/">UBDC Main Website</a></li>
{{ h.build_nav_main(
(search_route, _('Datasets')),
(org_route, _('Organizations')),
(group_route, _('Groups')),
) }}

<li><a href="https://ubdc.ac.uk/">UBDC Website</a></li>
{% block header_account_notlogged %}
{% if not c.userobj %}
<li>{% link_for _('Log in'), named_route='user.login' %}</li>
Expand Down

0 comments on commit 0e1b085

Please sign in to comment.