Fix blog linking.

This commit is contained in:
Sergio Martínez Portela 2023-10-03 00:07:45 +02:00
parent 302ec0b764
commit abfd4b16c5
5 changed files with 7 additions and 6 deletions

View file

@ -42,7 +42,7 @@
<div class="post-metadata">
<ul class="post-tags">
{% for post_tag in post.post_tags %}
<li class="post-tag"><a href="../../tags/{{ post_tag }}/"</a>{{ post_tag }}</a></li>
<li class="post-tag"><a href="../../tags/{{ post_tag |urlencode|replace('/', '_') }}/">{{ post_tag }}</a></li>
{% endfor %}
</ul>
</div>