From 6bdd8eff6061abfef995042a189ea5fd1e1a2e94 Mon Sep 17 00:00:00 2001 From: skami Date: Mon, 14 Feb 2011 15:51:21 +0100 Subject: =?UTF-8?q?Th=C3=A8me=20termin=C3=A9=20-=20d=C3=A9cidemment,=20j'a?= =?UTF-8?q?i=20du=20mal=20avec=20GIT!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lightweight/templates/archives.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lightweight/templates/archives.html') diff --git a/lightweight/templates/archives.html b/lightweight/templates/archives.html index e69de29..4d6234f 100644 --- a/lightweight/templates/archives.html +++ b/lightweight/templates/archives.html @@ -0,0 +1,21 @@ +{% extends "base.html" %} + +{%block title %}{{ SITENAME }} - Archives{%endblock%} + +{% block content %} +

Archives

+ + + + + + + {% for article in dates %} + + + + + {% endfor %} + +
DateArticle
{{ article.date.strftime(DEFAULT_DATE_FORMAT or '%a %d %B %Y') }}{{ article.title }}
+{% endblock %} -- cgit v1.1