Allow breadcrumbs to be enabled with non-Jekyll Archives plugin
This commit is contained in:
parent
461a1348c0
commit
1e53e7fca2
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ layout: default
|
||||||
{% include page__hero.html %}
|
{% include page__hero.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.url != "/" and site.breadcrumbs and site.categories.type == "jekyll-archives" %}
|
{% if page.url != "/" and site.breadcrumbs %}
|
||||||
{% include breadcrumbs.html %}
|
{% include breadcrumbs.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ layout: default
|
||||||
{% include page__hero.html %}
|
{% include page__hero.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.url != "/" and site.breadcrumbs and site.categories.type == "jekyll-archives" %}
|
{% if page.url != "/" and site.breadcrumbs %}
|
||||||
{% include breadcrumbs.html %}
|
{% include breadcrumbs.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue