From d38c4094a1aef8be93218adeefe66b20308d96e3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Nov 2014 01:12:26 -0500 Subject: Initial website Markdown conversion. --- themes/lv2/templates/authors.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 themes/lv2/templates/authors.html (limited to 'themes/lv2/templates/authors.html') diff --git a/themes/lv2/templates/authors.html b/themes/lv2/templates/authors.html new file mode 100644 index 0000000..9aa93ac --- /dev/null +++ b/themes/lv2/templates/authors.html @@ -0,0 +1,19 @@ +{% 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