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/series.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pelican-bootstrap3/templates/includes/series.html (limited to 'pelican-bootstrap3/templates/includes/series.html') diff --git a/pelican-bootstrap3/templates/includes/series.html b/pelican-bootstrap3/templates/includes/series.html new file mode 100644 index 0000000..3998440 --- /dev/null +++ b/pelican-bootstrap3/templates/includes/series.html @@ -0,0 +1,22 @@ +{% if article.series %} + +{% endif %} -- cgit