Merge pull request #34 from cjerrington/patch-1

Correct tag link
This commit is contained in:
Lene Saile 2024-02-05 22:10:47 +01:00 committed by GitHub
commit 0883c3dabd
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 %}