🐛 fix: close div class"tags-item"

This commit is contained in:
welpo 2023-02-08 14:30:01 +01:00
parent 978af11495
commit 5c48acba58
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -16,6 +16,7 @@
<a href="{{ term.permalink | safe }}">
{{ term.name }} ({{ term.pages | length }} post{{ term.pages | length | pluralize }})
</a>
</div>
{% endfor %}
</ul>
</div>