20 lines
495 B
Handlebars
20 lines
495 B
Handlebars
<nav id="nav-logo">
|
|
<a href="{{ config.site }}/" title="Back to homepage">
|
|
{{{ include_static 'svg/object/logo.svg' }}}
|
|
</a>
|
|
</nav>
|
|
|
|
{{!--
|
|
|
|
I don't have any idea where to put this right now.
|
|
There's no obvious place, and even when it is there, I hate the hideous red badge on new entries.
|
|
No time to figure it out. Will do later.
|
|
|
|
{{#if (eq page.tree_path 'index')}}
|
|
<nav id="nav-links">
|
|
<a href="{{ config.site }}/treehouse/new" data-cast="new">new</a>
|
|
</nav>
|
|
{{/if}}
|
|
|
|
--}}
|