summaryrefslogtreecommitdiffstats
path: root/docs/generator/custom/themes/material/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/generator/custom/themes/material/partials/header.html')
-rw-r--r--docs/generator/custom/themes/material/partials/header.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/generator/custom/themes/material/partials/header.html b/docs/generator/custom/themes/material/partials/header.html
index 85f874905a..ba902105ed 100644
--- a/docs/generator/custom/themes/material/partials/header.html
+++ b/docs/generator/custom/themes/material/partials/header.html
@@ -6,7 +6,7 @@
{% if config.theme.logo.icon %}
<i class="md-icon">{{ config.theme.logo.icon }}</i>
{% else %}
- <img src="{{ config.theme.logo | url }}" width="24" height="24">
+ <img src="{{ config.theme.logo | url }}" width="32" height="32">
{% endif %}
</a>
</div>
@@ -30,12 +30,7 @@
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
- {% block search_box %}
- {% if "search" in config["plugins"] %}
- <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
- {% include "partials/search.html" %}
- {% endif %}
- {% endblock %}
+ <input id="search_algolia" type="text" name="search" placeholder="Search Netdata's docs...">
</div>
<!-- netdata -->
@@ -105,4 +100,4 @@
{% endif %}
</div>
</nav>
-</header>
+</header> \ No newline at end of file