Skip to content

Commit

Permalink
Re-add dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
danfowler committed Aug 19, 2016
1 parent 36f0493 commit 0ba025d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _layouts/container.html
Expand Up @@ -47,6 +47,13 @@
<small>Specifications</small>
</a>
<ul class="nav pull-right">
<li class="divider-vertical"></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Specifications <b class="caret"></b></a>
<ul class="dropdown-menu">
{% include specifications.html %}
</ul>
</li>
<li class="divider-vertical"></li>
<li>
<a href="http://frictionlessdata.io" title="Main Site">Main Site</a>
Expand Down

0 comments on commit 0ba025d

Please sign in to comment.