diff options
Diffstat (limited to 'pelican-bootstrap3/templates/includes/article_info.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/article_info.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/includes/article_info.html b/pelican-bootstrap3/templates/includes/article_info.html index 1cb85d5..8ff2d12 100644 --- a/pelican-bootstrap3/templates/includes/article_info.html +++ b/pelican-bootstrap3/templates/includes/article_info.html @@ -1,4 +1,7 @@ <footer class="post-info"> + {% if article.readtime %} + <span class="label label-success">{{article.readtime.minutes}} min. read</span> + {% endif %} <span class="label label-default">Date</span> <span class="published"> <i class="fa fa-calendar"></i><time datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }}</time> |