Created
April 17, 2013 05:53
-
-
Save ryun/5402072 to your computer and use it in GitHub Desktop.
Topbar navigation
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
| <div class="contain-to-grid"> | |
| <nav class="top-bar"> | |
| <ul> | |
| <li class="name"><h1><a href="{{ url:site }}" class="logo">{{ settings:site_name }}</a></h1></li> | |
| <li class="toggle-topbar"><a href="#"></a></li> | |
| </ul> | |
| <section> | |
| <ul class="left header-nav"> | |
| {{ navigation:links group="header" more-class="has-dropdown" }} | |
| </ul> | |
| <!-- Right Nav Section --> | |
| {{ theme:partial name="usermeta" }} | |
| </section> | |
| </nav> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment