Skip to content

Instantly share code, notes, and snippets.

@ryun
Created April 17, 2013 05:53
Show Gist options
  • Select an option

  • Save ryun/5402072 to your computer and use it in GitHub Desktop.

Select an option

Save ryun/5402072 to your computer and use it in GitHub Desktop.
Topbar navigation
<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