aboutsummaryrefslogtreecommitdiffstats
path: root/SOB
diff options
context:
space:
mode:
Diffstat (limited to 'SOB')
-rw-r--r--SOB/templates/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/SOB/templates/tags.html b/SOB/templates/tags.html
index 769363d..07a187a 100644
--- a/SOB/templates/tags.html
+++ b/SOB/templates/tags.html
@@ -6,7 +6,7 @@
<li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a></li>
<ul class="square">
- {% for article in articles|sort %}
+ {% for article in articles %}
<li><a href="{{ SITEURL }}/{{ article.url }}"><small>{{ article.title }}</small></li>
{% endfor %}
</ul>