sort the tags at the top of the feed page.
thanks for the suggestion @gregorlove fixes #44
This commit is contained in:
parent
025d8f4191
commit
b3c3e47263
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
{% if all_tags %}
|
||||
<i class="fa fa-tags"></i>
|
||||
{% for tag in all_tags %}
|
||||
{% for tag in all_tags|sort %}
|
||||
<a href="{{ url_for('.index', tag=tag) }}">{{ tag }}</a>{% if not loop.last %}, {% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue