Skip to content

Commit

Permalink
Fix mmistakes#3096 enabling breadcrumb on all pages (mmistakes#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed May 29, 2022
1 parent 6f0ba5e commit e44403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit e44403e

Please sign in to comment.