提交 a79c6267 编写于 作者: T Tzu-ping Chung

Render top_line explicitly in towncrier template

This allows sphinxcontrib-towncrier to render it in the documentation.
The rendering of NEWS.rst is unchanged since Towncrier detects
automatically if that line exists and does not render a duplicated
section title.
上级 df84d1ce
{% for section in sections %}
{{ top_line -}}
{%- for section in sections %}
{% set underline = "-" %}
{% if section %}
{{section}}
{{ section }}
{{ underline * section|length }}{% set underline = "~" %}
{% endif %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册