Deleted breadcrumb in default layout and moved it into _includes/masthead.html
This commit is contained in:
parent
07a25e31a2
commit
b005899eec
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@ layout: compress
|
|||
|
||||
{% include masthead.html %}
|
||||
|
||||
{% if page.breadcrumb == true %}
|
||||
{% include breadcrumb.html %}
|
||||
{% endif %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include footer.html %}
|
||||
|
|
Reference in a new issue