close li tag

This commit is contained in:
hitrust 2018-07-19 08:51:10 +08:00 committed by GitHub
parent b14b5fad89
commit 06f3e447ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ the recursive Jinja loop system comes really in.
{% if this.is_child_of(child) %}
<ul>{{ loop(child.children) }}</ul>
{% endif %}
</li>
{% endfor %}
</ul>
```