From 9839a49f36ee0b637b08b76e8ed5560409c9db3b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Nov 2014 00:29:11 -0500 Subject: Simplify theme. --- themes/lv2/templates/archives.html | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) (limited to 'themes/lv2/templates/archives.html') diff --git a/themes/lv2/templates/archives.html b/themes/lv2/templates/archives.html index 8875de0..9386c3e 100644 --- a/themes/lv2/templates/archives.html +++ b/themes/lv2/templates/archives.html @@ -1,24 +1,13 @@ {% extends "base.html" %} -{% block title %}Archives - {{ SITENAME }}{% endblock %} -{% block breadcrumbs %} - {% if DISPLAY_BREADCRUMBS %} - - {% endif %} -{% endblock %} - {% block content %} -
-

Archives for {{ SITENAME }}

-
- {% for article in dates %} -

- - {{ article.title }}{% if article.subtitle %} - {{ article.subtitle }}{% endif %} -

- {% endfor %} -
-
+
+

Archives for {{ SITENAME }}

+ +
+ {% for article in dates %} +
{{ article.locale_date }}
+
{{ article.title }}
+ {% endfor %} +
+
{% endblock %} -- cgit v1.2.1