From 352965e0445417584f6c3fb3e8fef5d87db4f37f Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Thu, 21 Aug 2014 18:45:11 +0200 Subject: Updated pelican-bootstrap3 to the latest version --- pelican-bootstrap3/templates/authors.html | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'pelican-bootstrap3/templates/authors.html') diff --git a/pelican-bootstrap3/templates/authors.html b/pelican-bootstrap3/templates/authors.html index 25d941d..9aa93ac 100644 --- a/pelican-bootstrap3/templates/authors.html +++ b/pelican-bootstrap3/templates/authors.html @@ -1,9 +1,19 @@ - - - - - - +{% extends "base.html" %} - - \ No newline at end of file +{% 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.1