mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-16 08:02:24 -06:00
Renamed excerpt to summary
This commit is contained in:
parent
c796485d92
commit
eec213daa1
@ -62,9 +62,9 @@
|
|||||||
<ul>
|
<ul>
|
||||||
{% for child in children_list %}
|
{% for child in children_list %}
|
||||||
{% if child.parent == page.title and child.title != page.title %}
|
{% if child.parent == page.title and child.title != page.title %}
|
||||||
{% if child.excerpt %}
|
{% if child.summary %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ child.url | absolute_url }}">{{ child.title }} - {{ child.excerpt }}</a>
|
<a href="{{ child.url | absolute_url }}">{{ child.title }} - {{ child.summary }}</a>
|
||||||
</li>
|
</li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user