zilch/docs/supplemental/partials/toolbar.hbs
Puck Meerburg 6f97bf05d2 docs: add search
Change-Id: I6a6a696466e424483a89be23b4f91ec98abb7630
2025-11-14 13:01:04 +00:00

13 lines
348 B
Handlebars

<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}}
</div>