mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Fix search on docs site (#1133)
This commit is contained in:
parent
d111b04c14
commit
7930d9750a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block search_button %}
|
||||
<form class="mkdocs-search" action="search.html">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue