mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix search template block name.
This commit is contained in:
parent
9f01c4c80a
commit
2860e5e920
@ -1,6 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% set title = 'Search Documentation' %}
|
||||
{% block head %}
|
||||
{% block extrahead %}
|
||||
<script type="text/javascript" src="{{ pathto('static/searchtools.js', 1) }}"></script>
|
||||
{% endblock %}
|
||||
{% block body %}
|
||||
|
Loading…
Reference in New Issue
Block a user