Skip to content

Commit

Permalink
Update sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkp committed Aug 18, 2023
1 parent e098bcd commit 859d047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h1>
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-container">
<a href="{{ '/method1' | prepend: site.baseurl }}">Method 1</a><br/>
<a href="{{ '/method2' | prepend: site.baseurl }}">Method 2</a><br/>
<a href="{{ '/method3' | prepend: site.baseurl }}">Method 3</a>
<a href="{{ '/method1' | prepend: site.baseurl }}">Data</a><br/>
<a href="{{ '/method2' | prepend: site.baseurl }}">Tools</a><br/>
<a href="{{ '/method3' | prepend: site.baseurl }}">Analyses</a>
</div>

<a class="sidebar-nav-item {% if page.url == node.url %} active{% endif %}" href="{{ '/results' | prepend: site.baseurl }}">Results</a>
Expand Down

0 comments on commit 859d047

Please sign in to comment.