X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/c2805fe1e8edf44ec898b1be88d0082d99e35dc1..0a1e9a90c92c422ea6891c37d692531d09ba32c4:/templates/artlist.html diff --git a/templates/artlist.html b/templates/artlist.html index cdf072f0a..0bb5e822c 100644 --- a/templates/artlist.html +++ b/templates/artlist.html @@ -2,9 +2,12 @@ {% extends "base.html" %} {% set title = "archive" %} {% block content %} +
+

Blog Archive

+
{% for article in get_module("news").articles|reverse %} - {{ artinfo.info(article) }} + {{ artinfo.info(article, "b") }} {% endfor %}
{% endblock content %}