From faa85d6112a759767a4f327e35a07fa55d9e747e Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Fri, 22 Apr 2016 15:35:07 +0200 Subject: Update pelican-bootstrap3 to latest version, donate to Pelican community --- pelican-bootstrap3/templates/includes/article_info.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pelican-bootstrap3/templates/includes/article_info.html') diff --git a/pelican-bootstrap3/templates/includes/article_info.html b/pelican-bootstrap3/templates/includes/article_info.html index ee107c9..e0c93b5 100644 --- a/pelican-bootstrap3/templates/includes/article_info.html +++ b/pelican-bootstrap3/templates/includes/article_info.html @@ -11,6 +11,14 @@ {% endif %} {% endif %} + + {% if SHOW_SERIES %} + {% if article.series %} + Series + Part {{ article.series.index}} of {{ article.series.name }} + {% endif %} + {% endif %} + {% if SHOW_ARTICLE_AUTHOR %} {% if article.author %} By -- cgit v1.1