1
0
Fork 0

Show lists on book page

This commit is contained in:
Mouse Reeve 2021-02-15 11:30:22 -08:00
parent 7b749d6476
commit 8cb345886b
2 changed files with 16 additions and 0 deletions

View file

@ -224,6 +224,17 @@
</ul>
</section>
{% endif %}
{% if lists.exists %}
<section class="content block">
<h2 class="title is-5">Lists</h2>
<ul>
{% for list in lists %}
<li><a href="{{ list.local_path }}">{{ list.name }}</a></li>
{% endfor %}
</ul>
</section>
{% endif %}
</div>
</div>
</div>