From 9d3216e23611da572c4b63092abb036d28f6be43 Mon Sep 17 00:00:00 2001 From: iBug Date: Mon, 30 May 2022 02:33:50 +0800 Subject: [PATCH] Fix #3096 enabling breadcrumb on all pages (#3668) --- _layouts/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}