X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/a83151a06a30c0cb060851881e6dba6769da0d2f..refs/pull/42/head:/templates/artlist.html diff --git a/templates/artlist.html b/templates/artlist.html index edbae504a..c04ffa00f 100644 --- a/templates/artlist.html +++ b/templates/artlist.html @@ -1,9 +1,12 @@ {% extends "base.html" %} +{% set title = "archive" %} {% block content %} -{% for articles = get_module("news").articles %} +
+{% for article in get_module("news").articles|reverse %}
-

{{ Title }}  - {{ Date }} by {{ Author }}

- +

{{ article.title }}  + {{ article.datetime }} by {{ article.author }}

+
+{% endfor %}
{% endblock content %}