We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dbbab commit 309cffcCopy full SHA for 309cffc
src/_includes/navbar/search.html
@@ -4,7 +4,7 @@
4
</div>
5
{% if jekyll.environment == "testing" %}
6
<input class="field__input input DocsNav-search-input st-search-input" disabled type="text" placeholder="Search disabled for previews"/>
7
- {% elsif %}
+ {% else %}
8
<input class="field__input input DocsNav-search-input st-search-input" type="text" placeholder="{{ include.placeholder }}"/>
9
{% endif %}
10
{% unless include.mobile %}
0 commit comments