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/categories.html | 38 +++++------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) (limited to 'themes/lv2/templates/categories.html') diff --git a/themes/lv2/templates/categories.html b/themes/lv2/templates/categories.html index 6898f97..4287079 100644 --- a/themes/lv2/templates/categories.html +++ b/themes/lv2/templates/categories.html @@ -1,36 +1,8 @@ {% extends "base.html" %} -{% block title %}Categories - {{ SITENAME }}{% endblock %} - -{% block breadcrumbs %} - {% if DISPLAY_BREADCRUMBS %} - - {% endif %} -{% endblock %} - {% block content %} -
-

All Categories for {{ SITENAME }}

-
- {% for category, articles in categories %} -
- -
-
- {% for article in articles %} -

{{ article.title }}

- {% endfor %} -
-
-
- {% endfor %} -
- -
+ {% endblock %} -- cgit v1.2.1