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:
parent
26766a5984
commit
0b0b2e8555
@ -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…
Reference in New Issue
Block a user