We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fd6e7 commit b80fbebCopy full SHA for b80fbeb
material/templates/partials/header.html
@@ -50,6 +50,7 @@
50
{% set icon = config.theme.icon.search or "material/magnify" %}
51
{% include ".icons/" ~ icon ~ ".svg" %}
52
</label>
53
+ {% include "partials/search.html" %}
54
{% endif %}
55
{% if config.repo_url %}
56
<div class="md-header__source">
src/templates/partials/header.html
@@ -95,6 +95,9 @@
95
96
97
98
+
99
+ <!-- Search interface -->
100
101
102
103
<!-- Repository information -->
0 commit comments