Skip to content

Instantly share code, notes, and snippets.

@optilude
Created February 17, 2016 11:58
Show Gist options
  • Save optilude/3f5c6c64817ab319e0a9 to your computer and use it in GitHub Desktop.
Save optilude/3f5c6c64817ab319e0a9 to your computer and use it in GitHub Desktop.
<div class="container header">
<div class="main">
<a id="logo" href="/">
{{#avatar}}
<img class="avatar {{#roundAvatar}}rounded{{/roundAvatar}}" src="{{avatar}}" alt="{{name}}'s avatar"/>
{{/avatar}}
{{title}}
</a>
<div class="nav">
<a href="/" title="Home">Home</a>
<a href="/archives" title="Archives">All</a>
{{#allTags}}
<a href="/tagged/{{name}}">{{name}} ({{entries.length}})</a>
{{/allTags}}
{{#menu}}
<a href="{{url}}" title="{{label}}">{{label}}</a>
{{/menu}}
<div class="right">
<a class="search" href="/search" title="Search {{title}}">Search</a>
<a class="feed" href="{{feedURL}}" title="RSS feed for {{title}}">Feed</a>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment