1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-24 17:34:14 -04:00

Renamed excerpt to summary

This commit is contained in:
Stefano Borini 2019-03-09 17:19:41 +00:00
parent c796485d92
commit eec213daa1

View File

@ -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>