Add classes

This commit is contained in:
TheThomaas 2023-11-25 13:17:39 +01:00
parent d111251c6a
commit 6af3fb58a4

View file

@ -1,6 +1,6 @@
{% if definedTags %} {% if definedTags %}
<ul>{% for tag in definedTags %}<li> <ul class="cluster" role="list">{% for tag in definedTags %}<li>
<a href="/tags/{{ tag | slug }}/">{{ tag | title }}</a> <a href="/tags/{{ tag | slug }}/">{{ tag | title }}</a>
</li>{% endfor %}</ul> </li>{% endfor %}</ul>