mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
basic theme: Avoid whitespace at the beginning of genindex.html
This commit is contained in:
parent
44da84c910
commit
592c0a9453
@ -7,6 +7,9 @@
|
|||||||
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
|
{%- extends "layout.html" %}
|
||||||
|
{% set title = _('Index') %}
|
||||||
|
|
||||||
{% macro indexentries(firstname, links) %}
|
{% macro indexentries(firstname, links) %}
|
||||||
{%- if links -%}
|
{%- if links -%}
|
||||||
<a href="{{ links[0][1] }}">
|
<a href="{{ links[0][1] }}">
|
||||||
@ -26,8 +29,6 @@
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{%- extends "layout.html" %}
|
|
||||||
{% set title = _('Index') %}
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
<h1 id="index">{{ _('Index') }}</h1>
|
<h1 id="index">{{ _('Index') }}</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user