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/article_list.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 themes/lv2/templates/article_list.html (limited to 'themes/lv2/templates/article_list.html') diff --git a/themes/lv2/templates/article_list.html b/themes/lv2/templates/article_list.html deleted file mode 100644 index 2d3c8cd..0000000 --- a/themes/lv2/templates/article_list.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "base.html" %} -{% block content %} - {% if articles %} - {% for article in (articles_page.object_list if articles_page else articles) %} -
-

{{ article.title }}

- {% if DISPLAY_ARTICLE_INFO_ON_INDEX %} -
- {% include "includes/article_info.html" %} -
- {% endif %} -
{{ article.summary }} - {% include 'includes/comment_count.html' %} - more ... -
-
-
- {% endfor %} - {% endif %} - - {% include 'includes/pagination.html' %} -{% endblock content %} -- cgit v1.2.1