~xdavidwu/xdavidwu.link

1e53e7fca2fad6e4b8386fc0c21751709abec895 — Michael Rose 8 years ago 461a134
Allow breadcrumbs to be enabled with non-Jekyll Archives plugin
2 files changed, 2 insertions(+), 2 deletions(-)

M _layouts/archive.html
M _layouts/single.html
M _layouts/archive.html => _layouts/archive.html +1 -1
@@ 6,7 6,7 @@ layout: default
  {% include page__hero.html %}
{% endif %}

{% if page.url != "/" and site.breadcrumbs and site.categories.type == "jekyll-archives" %}
{% if page.url != "/" and site.breadcrumbs %}
  {% include breadcrumbs.html %}
{% endif %}


M _layouts/single.html => _layouts/single.html +1 -1
@@ 8,7 8,7 @@ layout: default
  {% include page__hero.html %}
{% endif %}

{% if page.url != "/" and site.breadcrumbs and site.categories.type == "jekyll-archives" %}
{% if page.url != "/" and site.breadcrumbs %}
  {% include breadcrumbs.html %}
{% endif %}