Skip to content

Commit

Permalink
Merge pull request #67 from kabilar/add-events
Browse files Browse the repository at this point in the history
Move `Home` button to the left of the top navigation bar
  • Loading branch information
yarikoptic authored Feb 27, 2024
2 parents 9fc9277 + fded7ef commit 7b6358b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://dandiarchive.org">Data Portal</a></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/">Home</a></li>
<li><a href="https://dandiarchive.org">Data Portal</a></li>
<li><a href="https://www.dandiarchive.org/handbook/">Documentation</a></li>
<li><a href="{{ site.url }}{{ site.baseurl }}/">Home</a></li>
<li><a href="http://hub.dandiarchive.org">DandiHub</a></li>
<!--
<li><a href="{{ site.url }}{{ site.baseurl }}/research">Research</a></li>
Expand Down

0 comments on commit 7b6358b

Please sign in to comment.