changeset 79:0d96547a630f

incorporate changes from upstream theme
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 07 Jan 2016 07:28:44 +0100
parents 21fd84209125
children 38556e02ecb6
files themes/tuxlite_tbs/templates/tags.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/themes/tuxlite_tbs/templates/tags.html	Wed Jan 06 16:43:18 2016 +0100
+++ b/themes/tuxlite_tbs/templates/tags.html	Thu Jan 07 07:28:44 2016 +0100
@@ -2,7 +2,7 @@
 {% block title %}{{ SITENAME }} <small>[tgs]</small>{% endblock %}
 {% block content %}
 <ul>
-{% for tag, articles in tags %}
+{% for tag, articles in tags|sort %}
     <li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a></li>
 {% endfor %}
 </ul>