Created
March 4, 2014 20:27
-
-
Save jdabs/9354908 to your computer and use it in GitHub Desktop.
Foundation 5 topbar menu with Soholaunch #hmains# pound variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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