1
0
mirror of https://github.com/thangisme/notes.git synced 2024-10-04 20:13:37 -04: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.summary %}
<li>
<a href="{{ child.url | absolute_url }}">{{ child.title }} - {{ child.summary }}</a>
<a href="{{ child.url | absolute_url }}">{{ child.title }}</a> - {{ child.summary }}
</li>
{% else %}
<li>