zilch/docs/supplemental/partials/toolbar.hbs

14 lines
348 B
Handlebars
Raw Normal View History

2024-10-03 23:57:22 +00:00
<div class="toolbar" role="navigation">
{{> nav-toggle}}
{{#with site.homeUrl}}
<a href="{{{relativize this}}}" class="home-link{{#if @root.page.home}} is-current{{/if}}"></a>
{{/with}}
{{> breadcrumbs}}
{{> page-versions}}
{{#if env.SITE_SEARCH_PROVIDER}}
<input id="search-input" type="text" placeholder="Search the docs">
{{/if}}
2024-10-03 23:57:22 +00:00
</div>