This commit is contained in:
HackerNCoder 2022-10-30 18:52:29 +01:00
parent 1227a793cd
commit e3a2634048

View file

@ -8,7 +8,7 @@
{% if this.alt != alt %}
{% for thing in alt %}
<a class="dropdown-item" href="{{ this.path|url(alt=alt) }}">{{ thing }}</a>
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
</div>