From fe7012879c287d80598a9b6e40929b61eefcd25c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 5 May 2016 18:34:02 -0400 Subject: basic fixups to templates and stylesheet --- theme/templates/simple_index.html | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 theme/templates/simple_index.html (limited to 'theme/templates/simple_index.html') diff --git a/theme/templates/simple_index.html b/theme/templates/simple_index.html deleted file mode 100644 index 4bd8198..0000000 --- a/theme/templates/simple_index.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "base.html" %} -{% block content %} -
-{% block content_title %} -

All articles

-{% endblock %} - -
    -{% for article in articles_page.object_list %} -
  1. -

    {{ article.title }}

    -
    - {{ article.locale_date }} -
    By - {% for author in article.authors %} - {{ author }} - {% endfor %} -
    -
    -
    {{ article.summary }}
    -
  2. -{% endfor %} -
-{% if articles_page.has_other_pages() %} - {% include 'pagination.html' %} -{% endif %} -
-{% endblock content %} -- cgit v1.2.3