mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
🐛 fix: close div class"tags-item"
This commit is contained in:
parent
978af11495
commit
5c48acba58
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
<a href="{{ term.permalink | safe }}">
|
<a href="{{ term.permalink | safe }}">
|
||||||
{{ term.name }} ({{ term.pages | length }} post{{ term.pages | length | pluralize }})
|
{{ term.name }} ({{ term.pages | length }} post{{ term.pages | length | pluralize }})
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue