diff --git a/_layouts/single.html b/_layouts/single.html index 852c4ca9d97a..7c8d757cf22c 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -8,7 +8,7 @@ {% include page__hero_video.html %} {% endif %} -{% if page.url != "/" and site.breadcrumbs %} +{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs != false %} {% unless paginator %} {% include breadcrumbs.html %} {% endunless %} @@ -88,4 +88,4 @@