diff --git a/_includes/themes/bootstrap-3/post.html b/_includes/themes/bootstrap-3/post.html
index 754ab53d..85cc0f44 100644
--- a/_includes/themes/bootstrap-3/post.html
+++ b/_includes/themes/bootstrap-3/post.html
@@ -13,7 +13,7 @@
{{ page.title }} {% if page.tagline %}{{page.tagline}}{% endi
{% unless page.categories == empty %}
-
+
{% assign categories_list = page.categories %}
{% include JB/categories_list %}
@@ -21,7 +21,7 @@ {{ page.title }} {% if page.tagline %}{{page.tagline}}{% endi
{% unless page.tags == empty %}
-
+
{% assign tags_list = page.tags %}
{% include JB/tags_list %}