We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d65710 commit 5946bd4Copy full SHA for 5946bd4
_layouts/single.html
@@ -8,7 +8,11 @@
8
{% include page__hero_video.html %}
9
{% endif %}
10
11
-{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs %}
+{% assign breadcrumbs_enabled = site.breadcrumbs %}
12
+{% if page.breadcrumbs != null %}
13
+ {% assign breadcrumbs_enabled = page.breadcrumbs %}
14
+{% endif %}
15
+{% if page.url != "/" and breadcrumbs_enabled %}
16
{% unless paginator %}
17
{% include breadcrumbs.html %}
18
{% endunless %}
0 commit comments