提交 15f03691 编写于 作者: S Samy Pesse

Add part title to PDf's summary

上级 25507083
......@@ -33,8 +33,16 @@
<h1>{{ "SUMMARY"|t }}</h1>
<ol>
{% for part in summary.parts %}
{% if part.title %}
<li class="part-title">
<h2>{{ part.title }}</h2>
</li>
{% endif %}
{{ articles(part.articles) }}
{% if not loop.last %}
<li class="divider"></li>
{% endif %}
{% endfor %}
{% if glossary.path %}
......
......@@ -8,6 +8,10 @@
padding: 0px;
}
h2 {
}
li {
list-style: none;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册