We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b176eda + e63ce2d commit 45cd711Copy full SHA for 45cd711
1 file changed
_layouts/default.html
@@ -189,6 +189,12 @@ <h2 class="text-delta">Table of contents</h2>
189
</div>
190
191
{% if site.search_enabled != false %}
192
+ {% if site.search.button %}
193
+ <a href="#" id="search-button" class="search-button" style="display:none;">
194
+ <svg viewBox="0 0 24 24" class="icon"><use xlink:href="#svg-search"></use></svg>
195
+ </a>
196
+ {% endif %}
197
+
198
<div class="search-overlay"></div>
199
{% endif %}
200
0 commit comments