From 8d144fb0274113b6fef6f94ad85091f4efbd0e31 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 26 Jan 2015 20:06:20 +0100 Subject: sleepmap-theme: Adding first clone (notmyidea-cms) with modifications --- sleepmap-theme/templates/archives.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sleepmap-theme/templates/archives.html (limited to 'sleepmap-theme/templates/archives.html') diff --git a/sleepmap-theme/templates/archives.html b/sleepmap-theme/templates/archives.html new file mode 100644 index 0000000..5ba2c81 --- /dev/null +++ b/sleepmap-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-54-g00ecf