Correct tag link

This commit is contained in:
Clayton Errington 2024-02-05 14:10:55 -06:00 committed by GitHub
parent 1716f3cd52
commit 5f80d4cd6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 %}