Skip to content

Instantly share code, notes, and snippets.

@jdabs
Created March 4, 2014 20:27
Show Gist options
  • Save jdabs/9354908 to your computer and use it in GitHub Desktop.
Save jdabs/9354908 to your computer and use it in GitHub Desktop.
Foundation 5 topbar menu with Soholaunch #hmains# pound variable
<nav class="top-bar" data-topbar data-options="mobile_show_parent_link: true" role="primary">
<ul class="title-area">
<li class="name">
<h1></h1> <!--Have to have this to make menu work, even if it's empty -->
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
#hmains#
</section>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment