From f08e56433fb2c92a9172787adcb33edee347bc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Sun, 11 Dec 2022 09:55:21 +0100 Subject: Update for new upstream version (revision 3891) --- templates/archives.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/archives.html (limited to 'templates/archives.html') diff --git a/templates/archives.html b/templates/archives.html new file mode 100644 index 0000000..f678494 --- /dev/null +++ b/templates/archives.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% block content %} +
+

Archives for {{ SITENAME }}

+ +
+{% for article in dates %} +
{{ article.locale_date }}
+
{{ article.title }}
+{% endfor %} +
+
+{% endblock %} -- cgit v1.2.3