Add category pages.
This commit is contained in:
parent
7d1524e270
commit
f25bfb1ef6
5 changed files with 104 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
</time>
|
||||
<ul class="post-tags">
|
||||
{% for post_tag in post.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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue