projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b107c15
)
look for env.SITE_SEARCH_PROVIDER instead of env.SITE_SEARCH_ENABLED
author
Dan Allen
<dan@opendevise.com>
Sat, 18 Dec 2021 21:52:25 +0000
(14:52 -0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 18 Dec 2021 21:52:25 +0000
(14:52 -0700)
src/partials/header-content.hbs
patch
|
blob
|
history
diff --git
a/src/partials/header-content.hbs
b/src/partials/header-content.hbs
index
e8d3ad0
..
48fff0a
100644
(file)
--- a/
src/partials/header-content.hbs
+++ b/
src/partials/header-content.hbs
@@
-2,7
+2,7
@@
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}">{{site.title}}</a>
- {{#if env.SITE_SEARCH_
ENABLED
}}
+ {{#if env.SITE_SEARCH_
PROVIDER
}}
<div class="navbar-item search hide-for-print">
<div id="search-field" class="field">
<input id="search-input" type="text" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}>