mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
8 lines
293 B
HTML
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 %}
|