feat: sort tags for tags page
This commit is contained in:
parent
53405e2298
commit
7b1dfb2b56
@ -12,7 +12,7 @@
|
||||
<body>
|
||||
<div class="tags">
|
||||
<ul>
|
||||
{% for tag in tags -%}
|
||||
{% for tag in tags | sort -%}
|
||||
<li><a href="/tags/{{ tag }}.html">{{ tag }}</a></li>
|
||||
{% endfor -%}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user