mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Fix search on docs site
This commit is contained in:
parent
3bce055c89
commit
08cb4b86d2
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