liquidex
e201ea7058
- treehouse/new is now a regular page, not a special template - most of the code related to the `new` badge in page:index has been removed - you're meant to discern between pages you've read vs ones you haven't by looking at the colors of the links (blue vs purple)
6 lines
148 B
Handlebars
6 lines
148 B
Handlebars
<nav id="nav-logo">
|
|
<a href="{{ config.site }}/" title="Back to homepage">
|
|
{{{ include_static 'svg/object/logo.svg' }}}
|
|
</a>
|
|
</nav>
|