diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 946cb891..fe02e8ac 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -90,7 +90,7 @@ <option value="{{ pathto(p + '/index')|e }}" {% if pagename is prefixedwith p %}selected{% endif %}>{{ ext }}</option> {%- endfor %} </select> - <form role="search" class="search" action="search.html" method="get"> + <form role="search" class="search" action="{{ pathto('search') }}" method="get"> <div class="search-wrapper"> <input type="search" name="q" placeholder="{{ _('Search documentation') }}" /> <button type="submit"> |