diff options
author | Daan Debie <ddebie@universitplatform.com> | 2016-04-22 15:35:07 +0200 |
---|---|---|
committer | Daan Debie <ddebie@universitplatform.com> | 2016-04-22 15:35:07 +0200 |
commit | faa85d6112a759767a4f327e35a07fa55d9e747e (patch) | |
tree | 903ad6ecc488f2158ec40d8fa45a39d5542a2f8b /pelican-bootstrap3/templates/includes/article_info.html | |
parent | 2cd39ad5c0c03818900611ddee699b2a6acc2453 (diff) | |
download | pelican-themes-faa85d6112a759767a4f327e35a07fa55d9e747e.zip pelican-themes-faa85d6112a759767a4f327e35a07fa55d9e747e.tar.gz pelican-themes-faa85d6112a759767a4f327e35a07fa55d9e747e.tar.bz2 |
Update pelican-bootstrap3 to latest version, donate to Pelican community
Diffstat (limited to 'pelican-bootstrap3/templates/includes/article_info.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/article_info.html | 8 |
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> |