Skip to content

Commit

Permalink
added id to factrank menu item, so it can be hidden if configured so
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Jun 20, 2024
1 parent 3c1cc06 commit 46b98db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/nav_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<a id="menu_tools_compare" class="dropdown-item" href="{{ '/tool/query-comparison' | relative_url }}">Compare</a>
<!-- endif -->
<a class="dropdown-item" href="{{ '/tool/exploratory-search' | relative_url }}">Explore</a>
<a class="dropdown-item" href="{{ '/tool/factrank' | relative_url }}">FactRank</a>
<a id="menu_tools_factrank" class="dropdown-item" href="{{ '/tool/factrank' | relative_url }}">FactRank</a>
</div>
</li>
<!-- if user != None and user.id != 'ANONYMOUS' -->
Expand All @@ -37,7 +37,7 @@
<li class="nav-item">
<a class="nav-link text-light" href="https://mediasuitedatastories.clariah.nl/">Data Stories &#8599;</a>
</li>
</ul>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item{% if page.menu == 'about' %} active{% endif %}">
<a class="nav-link" href="{{ '/about' | relative_url }}">About</a>
Expand Down

0 comments on commit 46b98db

Please sign in to comment.