Update
This commit is contained in:
parent
b005899eec
commit
63c234d820
1 changed files with 2 additions and 2 deletions
|
@ -132,10 +132,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% elsif page.header = no %}
|
{% elsif page.header == false %}
|
||||||
|
|
||||||
{% if page.breadcrumb == true %}
|
{% if page.breadcrumb == true %}
|
||||||
{% include breadcrumb.html %}
|
{% include breadcrumb.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
Reference in a new issue