diff --git a/_includes/helpers/categories_list.html b/_includes/helpers/categories_list.html index 2ced2d2..ae5e6b5 100644 --- a/_includes/helpers/categories_list.html +++ b/_includes/helpers/categories_list.html @@ -19,13 +19,13 @@ {% if categories_list.first[0] == null %} {% for category in categories_list %} -
  • +
  • {{ category | join: "/" }} {{ site.categories[category].size }}
  • {% endfor %} {% else %} {% for category in categories_list %} -
  • +
  • {{ category[0] | join: "/" }} {{ category[1].size }}
  • {% endfor %} diff --git a/_includes/helpers/pages_list.html b/_includes/helpers/pages_list.html index 0e42820..0e9ba87 100644 --- a/_includes/helpers/pages_list.html +++ b/_includes/helpers/pages_list.html @@ -25,9 +25,9 @@ {% if group == null or group == node.group %} {% if page.url == node.url %} -
  • {{node.title}}
  • +
  • {{node.title}}
  • {% else %} -
  • {{node.title}}
  • +
  • {{node.title}}
  • {% endif %} {% endif %} diff --git a/_includes/helpers/posts_collate.html b/_includes/helpers/posts_collate.html index 210bd03..42adef7 100644 --- a/_includes/helpers/posts_collate.html +++ b/_includes/helpers/posts_collate.html @@ -29,7 +29,7 @@

    {{this_month}}

    diff --git a/_includes/helpers/tags_list.html b/_includes/helpers/tags_list.html index d2518e0..f0ee45f 100644 --- a/_includes/helpers/tags_list.html +++ b/_includes/helpers/tags_list.html @@ -19,11 +19,11 @@ {% 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 %} diff --git a/_includes/themes/mark-reid/default.html b/_includes/themes/mark-reid/default.html index b8a0482..8702b44 100644 --- a/_includes/themes/mark-reid/default.html +++ b/_includes/themes/mark-reid/default.html @@ -7,7 +7,7 @@ {{ page.title }} ← {{ page.top }} - + {% if page.keywords %} @@ -18,10 +18,10 @@ {% endif %} - + - + @@ -29,11 +29,11 @@