diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index 0fa27b11..332310c0 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -29,7 +29,7 @@ {% else %} {% assign i = i | plus: 1 %}
  • - {{ crumb | replace: '-', ' ' | replace: '%20', ' ' | capitalize }} + {{ crumb | replace: '-', ' ' | replace: '%20', ' ' | capitalize }}
  • {{ site.breadcrumb_separator }} diff --git a/_layouts/default.html b/_layouts/default.html index a2fad247..a4401c4b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,7 +30,7 @@ layout: compress {% endif %} - {% if site.breadcrumbs and site.categories.type %} + {% if site.breadcrumbs and site.categories.type == 'jekyll-archives' %} {% include breadcrumbs.html %} {% endif %}