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/category.html | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'themes/lv2/templates/category.html') diff --git a/themes/lv2/templates/category.html b/themes/lv2/templates/category.html index 0eac7dd..56f8e93 100644 --- a/themes/lv2/templates/category.html +++ b/themes/lv2/templates/category.html @@ -1,15 +1,2 @@ -{% extends "article_list.html" %} -{% block title %}{{ category }} - {{ SITENAME }}{% endblock %} -{% block meta %} - - -{% endblock %} -{% block breadcrumbs %} - {% if DISPLAY_BREADCRUMBS %} - - {% endif %} -{% endblock %} +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} -- cgit v1.2.1