Skip to content

Commit c513812

Browse files
iBugchukycheese
authored andcommittedSep 18, 2023
Fix mmistakes#3096 enabling breadcrumb on all pages (mmistakes#3668)
1 parent 9ee8838 commit c513812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_layouts/single.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% include page__hero_video.html %}
99
{% endif %}
1010

11-
{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs != false %}
11+
{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs %}
1212
{% unless paginator %}
1313
{% include breadcrumbs.html %}
1414
{% endunless %}

0 commit comments

Comments
 (0)
Please sign in to comment.