Skip to content

Commit 309cffc

Browse files
committed
DOC-4 fix the else tag
1 parent 31dbbab commit 309cffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/navbar/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
{% if jekyll.environment == "testing" %}
66
<input class="field__input input DocsNav-search-input st-search-input" disabled type="text" placeholder="Search disabled for previews"/>
7-
{% elsif %}
7+
{% else %}
88
<input class="field__input input DocsNav-search-input st-search-input" type="text" placeholder="{{ include.placeholder }}"/>
99
{% endif %}
1010
{% unless include.mobile %}

0 commit comments

Comments
 (0)