From 76bbbdfd68152e35ed7b050c8159fd35be0e4be8 Mon Sep 17 00:00:00 2001 From: Abhishek L Date: Sun, 16 Dec 2012 17:08:01 +0530 Subject: Added new theme built-texts, based on tuxlite-tbs and bootstrap --- built-texts/templates/archives.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 built-texts/templates/archives.html (limited to 'built-texts/templates/archives.html') diff --git a/built-texts/templates/archives.html b/built-texts/templates/archives.html new file mode 100644 index 0000000..4c04c67 --- /dev/null +++ b/built-texts/templates/archives.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} +{% block title %}{{ SITENAME }} [archive]{% endblock %} +{% block content %} + +

Archives

+ + + + {% for article in dates %} + + + + + {% endfor %} + +
{{ article.date.strftime("%d %b %Y") }}{{ article.title }}
+ + +{% endblock %} -- cgit