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