jrnl/docs_theme/main.html
2020-12-26 15:23:01 -08:00

8 lines
293 B
HTML

{% extends "base.html" %}
{% block search_button %}
<form class="mkdocs-search" action="{{ base_url }}/search.html">
<input type="text" name="q" placeholder="Search docs" title="Type search term here">
<button class="icon icon-search" aria-label="submit"></button>
</form>
{% endblock %}