Skip to content

Commit e44403e

Browse files
authored
Fix mmistakes#3096 enabling breadcrumb on all pages (mmistakes#3668)
1 parent 6f0ba5e commit e44403e

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)