link tags to their tag index
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user