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 %}
<ul>
{% for tag in article.tags | sort %}
<li>{{ tag }}</li>
<li><a href="{{ site.base_dir }}tags/{{ tag }}/">{{ tag }}</a></li>
{% endfor %}
</ul>
{% endif %}