aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic
diff options
context:
space:
mode:
Diffstat (limited to 'zurb-F5-basic')
-rw-r--r--zurb-F5-basic/templates/tags.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/zurb-F5-basic/templates/tags.html b/zurb-F5-basic/templates/tags.html
index cfd9480..7aec93a 100644
--- a/zurb-F5-basic/templates/tags.html
+++ b/zurb-F5-basic/templates/tags.html
@@ -2,7 +2,7 @@
{% block content %}
<ul class="circle">
- {% for tag, articles in tags|sort %}
+ {% for tag, articles in tags %}
<li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a></li>
<ul class="square">
{% for article in articles %}
@@ -12,4 +12,4 @@
{% endfor %}
</ul>
-{% endblock %} \ No newline at end of file
+{% endblock %}