We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49e942 commit 3710a00Copy full SHA for 3710a00
backends/manual/templates/playbook.yml.erb
@@ -107,3 +107,19 @@ ui:
107
.edit-this-page {
108
display: none !important;
109
}
110
+ - path: partials/header-content.hbs
111
+ contents: |
112
+ <header class="header">
113
+ <nav class="navbar">
114
+ <div class="navbar-brand">
115
+ <a class="navbar-item" href="{{{or site.url siteRootPath}}}">{{site.title}}</a>
116
+ {{#if env.SITE_SEARCH_PROVIDER}}
117
+ <div class="navbar-item search hide-for-print">
118
+ <div id="search-field" class="field">
119
+ <input id="search-input" type="text" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}>
120
+ </div>
121
122
+ {{/if}}
123
124
+ </nav>
125
+ </header>
0 commit comments