From 65237df377bf224fdfe3ebac05105e14791e49f8 Mon Sep 17 00:00:00 2001 From: Lars Olesen Date: Fri, 27 May 2022 18:04:56 +0200 Subject: [PATCH] Make it possible to enable breadcrumbs per page (#3096) * Make it possible to disable breadcrumbs per page * Update single.html * Update single.html --- _layouts/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +