diff --git a/_layouts/single.html b/_layouts/single.html
index 7c8d757cf22c..e3126bdc856d 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 or page.breadcrumbs != false %}
+{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs %}
{% unless paginator %}
{% include breadcrumbs.html %}
{% endunless %}