diff --git a/_includes/JB/categories_list b/_includes/JB/categories_list index 83be2e2900..713a50e488 100644 --- a/_includes/JB/categories_list +++ b/_includes/JB/categories_list @@ -22,16 +22,22 @@ Usage: {% else %} {% if categories_list.first[0] == null %} {% for category in categories_list %} -
  • - {{ category | join: "/" }} {{ site.categories[category].size }} -
  • +
  • + + {{ category | join: "/" }} + + {{ site.categories[category].size }} +
  • {% endfor %} {% else %} {% for category in categories_list %} -
  • - {{ category[0] | join: "/" }} {{ category[1].size }} -
  • +
  • + + {{ category[0] | join: "/" }} + + {{ category[1].size }} +
  • {% endfor %} {% endif %} {% endif %} -{% assign categories_list = nil %} \ No newline at end of file +{% assign categories_list = nil %} diff --git a/_includes/JB/tags_list b/_includes/JB/tags_list index 8eb62a7600..c9992e8d0a 100644 --- a/_includes/JB/tags_list +++ b/_includes/JB/tags_list @@ -22,11 +22,21 @@ Usage: {% else %} {% if tags_list.first[0] == null %} {% for tag in tags_list %} -
  • {{ tag }} {{ site.tags[tag].size }}
  • +
  • + + {{ tag }} + + {{ site.tags[tag].size }} +
  • {% endfor %} {% else %} {% for tag in tags_list %} -
  • {{ tag[0] }} {{ tag[1].size }}
  • +
  • + + {{ tag[0] }} + + {{ tag[1].size }} +
  • {% endfor %} {% endif %} {% endif %} diff --git a/_includes/themes/bootstrap/post.html b/_includes/themes/bootstrap/post.html index 0288b8ceba..345e59bf8b 100644 --- a/_includes/themes/bootstrap/post.html +++ b/_includes/themes/bootstrap/post.html @@ -12,7 +12,7 @@

    {{ page.title }} {% if page.tagline %}{{page.tagline}}{% endi {% unless page.categories == empty %} -