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 f96cf10 commit a554f68Copy full SHA for a554f68
1 file changed
docs/site/theme/partials/header.html
@@ -124,9 +124,10 @@
124
{% endif %}
125
126
<!-- Button to open search modal -->
127
- {% if "search" in config.plugins %}
+ {% if "material/search" in config.plugins %}
128
<label class="md-header__button md-icon" for="__search">
129
- {% include ".icons/material/magnify.svg" %}
+ {% set icon = config.theme.icon.search or "material/magnify" %}
130
+ {% include ".icons/" ~ icon ~ ".svg" %}
131
</label>
132
133
<!-- Search interface -->
0 commit comments