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

@ -40,7 +40,7 @@
</time>
<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('/', '_') }}/"</a>{{ post_tag }}</a></li>
{% endfor %}
</ul>
</div>