From 09aae94c108f54b99614ac0747c24287dbce115d Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 29 Jul 2017 19:57:37 +0200 Subject: pelican-bootstrap3: Add authors to sidebar --- .../templates/includes/sidebar/authors.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pelican-bootstrap3/templates/includes/sidebar/authors.html (limited to 'pelican-bootstrap3/templates/includes/sidebar/authors.html') diff --git a/pelican-bootstrap3/templates/includes/sidebar/authors.html b/pelican-bootstrap3/templates/includes/sidebar/authors.html new file mode 100644 index 0000000..114c688 --- /dev/null +++ b/pelican-bootstrap3/templates/includes/sidebar/authors.html @@ -0,0 +1,22 @@ +{% if DISPLAY_AUTHORS_ON_SIDEBAR %} + {% from 'includes/sidebar/macros.jinja' import title %} + + +
  • +

    {{ title(_('Authors'), DISABLE_SIDEBAR_TITLE_ICONS) }}

    + +
  • + +{% endif %} -- cgit