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 authored and minyoongi96 committed Aug 26, 2024
1 parent 41d7c14 commit 911b943
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 911b943

Please sign in to comment.