From 432285bda8a96f0e5bdff52d4d726ad2397b3ac8 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Sun, 23 Oct 2016 22:38:55 +0200 Subject: initial approach for new flug website --- theme/templates/archives.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 theme/templates/archives.html (limited to 'theme/templates/archives.html') diff --git a/theme/templates/archives.html b/theme/templates/archives.html new file mode 100644 index 0000000..f678494 --- /dev/null +++ b/theme/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