From 66a5a0cdccd464930a232c87f91e1b0805f255a5 Mon Sep 17 00:00:00 2001 From: Chimrod Date: Tue, 16 Apr 2013 21:27:30 +0200 Subject: initial commit --- theme/templates/archives.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 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 100755 index 0000000..f3c2990 --- /dev/null +++ b/theme/templates/archives.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} + +{%block title %}{{ SITENAME }} - Archives{%endblock%} + +{% block content %} +

Archives

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