Correct tag link

This commit is contained in:
Clayton Errington 2024-02-05 14:10:55 -06:00 committed by madrilene
parent e1e5407c74
commit 836fffc6e0

View file

@ -22,7 +22,7 @@ schema: blog
<!-- tags -->
{% if tags.length > 1 %} {% for tag in tags %} {% if tag != "posts" %}
<a class="button post-tag" href="/tags/{{ tags[1] }}">
<a class="button post-tag" href="/tags/{{ tag }}">
{{ tag }}
</a>
{% endif %} {% endfor %} {% endif %}