Skip to content

Commit

Permalink
updated ordering of navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rattermeyer committed Jul 4, 2019
1 parent a447464 commit 23ac720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/navigation-menu.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{{#if page.navigation}}
<div class="navigation-menu is-active" data-panel="menu">
<nav class="nav-menu">
<h3 class="title"><a href="{{relativize page.url page.componentVersion.url}}">{{page.component.title}}</a></h3>
{{> navigation-tree navigation=page.navigation}}
<h3 class="title">ODS Components</h3>
<ul class="nav-list">
{{#each site.components}}
Expand All @@ -15,6 +13,8 @@
{{/each}}
{{/each}}
</ul>
<h3 class="title"><a href="{{relativize page.url page.componentVersion.url}}">{{page.component.title}}</a></h3>
{{> navigation-tree navigation=page.navigation}}
</nav>
</div>
{{/if}}

0 comments on commit 23ac720

Please sign in to comment.