diff options
Diffstat (limited to 'zurb-F5-basic')
-rw-r--r-- | zurb-F5-basic/templates/tags.html | 4 |
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 %}
|