Add category pages.

This commit is contained in:
Sergio Martínez Portela 2023-09-17 23:30:24 +02:00
parent 7d1524e270
commit f25bfb1ef6
5 changed files with 104 additions and 2 deletions

View file

@ -35,7 +35,7 @@
</time>
<ul class="post-tags">
{% for post_tag in post_tags %}
<li class="post-tag">{{ post_tag }}</li>
<li class="post-tag"><a href="../../tags/{{ post_tag }}/"</a>{{ post_tag }}</a></li>
{% endfor %}
</ul>
</div>