diff --git a/_layouts/single.html b/_layouts/single.html
index 852c4ca9..7c8d757c 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 %}
+{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs != false %}
{% unless paginator %}
{% include breadcrumbs.html %}
{% endunless %}
@@ -88,4 +88,4 @@ layout: default
{% endif %}
-
\ No newline at end of file
+