From 3f875b51644b2fa26110b2c307f43832386e9ed2 Mon Sep 17 00:00:00 2001 From: Leonardo Giordani Date: Sun, 2 Nov 2014 23:44:44 +0100 Subject: Added support for series plugin --- pelican-bootstrap3/templates/includes/article_info.html | 9 +++++++++ 1 file changed, 9 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 f13f4d1..787c360 100644 --- a/pelican-bootstrap3/templates/includes/article_info.html +++ b/pelican-bootstrap3/templates/includes/article_info.html @@ -3,6 +3,15 @@ + + {% 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