treehouse/template/components/_nav.hbs
liquidex e201ea7058 revamp the way page:treehouse/new works
- 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)
2024-11-12 20:39:58 +01:00

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>