link tags to their tag index

This commit is contained in:
2026-08-07 02:28:44 +02:00
parent f21e746858
commit 6a4bacc5e6
+1 -1
View File
@@ -17,7 +17,7 @@
{% if article.tags %} {% if article.tags %}
<ul> <ul>
{% for tag in article.tags | sort %} {% for tag in article.tags | sort %}
<li>{{ tag }}</li> <li><a href="{{ site.base_dir }}tags/{{ tag }}/">{{ tag }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
{% endif %} {% endif %}