Correct tag link
This commit is contained in:
parent
1716f3cd52
commit
5f80d4cd6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue