]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/artlist.html
Merge branch 'master' into page-placeholders
[irc/freenode/web-7.0.git] / templates / artlist.html
index 23953db87e4fd90a7ebd3df286f46c4ad202162b..38b547b9bc4dd6c086327c33b40ae4d666ab488e 100644 (file)
@@ -2,7 +2,7 @@
 {% set title = "archive" %}
 {% block content %}
 <div class="artlist">
-{% for article in get_module("news").articles %}
+{% for article in get_module("news").articles|reverse %}
 <div class="art">
     <p><a href="{{ article.url }}"><b class="art">{{ article.title }}</b></a>&nbsp;
     <span class="art-date">{{ article.datetime }} by {{ article.author }}</span></p>