1
0
mirror of https://github.com/thangisme/notes.git synced 2024-11-02 23:07:22 -04:00

Merge pull request #2 from stefanoborini/adding-summary-for-toc-2

Adding summary for toc - 2
This commit is contained in:
Stefano Borini 2019-03-09 17:50:28 +00:00 committed by GitHub
commit c520591234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>