Make it possible to enable breadcrumbs per page (#3096)
* Make it possible to disable breadcrumbs per page * Update single.html * Update single.html
This commit is contained in:
parent
f92670442f
commit
65237df377
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ layout: default
|
||||||
{% include page__hero_video.html %}
|
{% include page__hero_video.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.url != "/" and site.breadcrumbs %}
|
{% if page.url != "/" and site.breadcrumbs or page.breadcrumbs != false %}
|
||||||
{% unless paginator %}
|
{% unless paginator %}
|
||||||
{% include breadcrumbs.html %}
|
{% include breadcrumbs.html %}
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
@ -88,4 +88,4 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue