diff --git a/_layouts/single.html b/_layouts/single.html index 7c8d757c..e3126bdc 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -8,7 +8,7 @@ layout: default {% include page__hero_video.html %} {% endif %} -{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs != false %} +{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs %} {% unless paginator %} {% include breadcrumbs.html %} {% endunless %}