mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-16 08:02:24 -06:00
Merge pull request #2 from stefanoborini/adding-summary-for-toc-2
Adding summary for toc - 2
This commit is contained in:
commit
c520591234
@ -64,7 +64,7 @@
|
|||||||
{% if child.parent == page.title and child.title != page.title %}
|
{% if child.parent == page.title and child.title != page.title %}
|
||||||
{% if child.summary %}
|
{% if child.summary %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ child.url | absolute_url }}">{{ child.title }} - {{ child.summary }}</a>
|
<a href="{{ child.url | absolute_url }}">{{ child.title }}</a> - {{ child.summary }}
|
||||||
</li>
|
</li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user