aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/article_info.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-04-29 09:23:44 -0700
committerJustin Mayer <entroP@gmail.com>2016-04-29 09:23:44 -0700
commit5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77 (patch)
tree927539b1d77514d31a1dde5268a9bd048b019762 /pelican-bootstrap3/templates/includes/article_info.html
parent2cd39ad5c0c03818900611ddee699b2a6acc2453 (diff)
parent22e33297f8484d0c531120db0dcc3b76f6c2a1b8 (diff)
downloadpelican-themes-5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77.zip
pelican-themes-5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77.tar.gz
pelican-themes-5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77.tar.bz2
Merge pull request #383 from DandyDev/update-pelican-bootstrap3
Update pelican-bootstrap3 to newest version; donate to Pelican community
Diffstat (limited to 'pelican-bootstrap3/templates/includes/article_info.html')
-rw-r--r--pelican-bootstrap3/templates/includes/article_info.html8
1 files changed, 8 insertions, 0 deletions
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 @@
</span>
{% endif %}
{% endif %}
+
+ {% if SHOW_SERIES %}
+ {% if article.series %}
+ <span class="label label-default">Series</span>
+ Part {{ article.series.index}} of {{ article.series.name }}
+ {% endif %}
+ {% endif %}
+
{% if SHOW_ARTICLE_AUTHOR %}
{% if article.author %}
<span class="label label-default">By</span>