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/authors.html | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'themes/lv2/templates/authors.html') diff --git a/themes/lv2/templates/authors.html b/themes/lv2/templates/authors.html index 9aa93ac..e69de29 100644 --- a/themes/lv2/templates/authors.html +++ b/themes/lv2/templates/authors.html @@ -1,19 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Authors - {{ SITENAME }}{% endblock %} - -{% block breadcrumbs %} - {% if DISPLAY_BREADCRUMBS %} - - {% endif %} -{% endblock %} - -{% block content %} -

Authors on {{ SITENAME }}

- {% for author, articles in authors|sort %} -
  • {{ author }} ({{ articles|count }})
  • - {% endfor %} -{% endblock %} -- cgit v1.2.1