Only enable breadcrumbs when using Jekyll Archives category pages

This commit is contained in:
Michael Rose
2016-03-11 21:09:09 -05:00
parent 2c2d5fb616
commit 7fa159a9a2
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ layout: compress
</div>
{% endif %}
{% if site.breadcrumbs and site.categories.type %}
{% if site.breadcrumbs and site.categories.type == 'jekyll-archives' %}
{% include breadcrumbs.html %}
{% endif %}