1
0
mirror of https://github.com/thangisme/notes.git synced 2025-01-03 10:16:28 -05:00

Separating the summary from the link

This commit is contained in:
Stefano Borini 2019-03-09 17:45:05 +00:00
parent 26766a5984
commit 0b0b2e8555

View File

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