no semicolons

This commit is contained in:
Joshua Seigler 2025-06-28 22:15:54 -04:00
parent 320b777b99
commit bf93638810
7 changed files with 528 additions and 134 deletions

View file

@ -5,7 +5,7 @@
<a
class="tag"
style="--tagIndex:{{ collections.categories[tag].id }}"
href="/tags/{{ tag | slugify }}"
href="/tags/{{ tag | slugify }}/"
>{{ tag }}</a>
{%- endif %}
{% endfor -%}