added breadcrumbs
This commit is contained in:
parent
62aac37364
commit
54411d7f9b
21 changed files with 385 additions and 144 deletions
|
@ -1,11 +1,15 @@
|
|||
---
|
||||
layout: compress
|
||||
# layout: compress
|
||||
---
|
||||
{% include header.html %}
|
||||
<body id="top-of-page" class="{{ page.format }}">
|
||||
{% include navigation.html %}
|
||||
|
||||
{% include masthead.html %}
|
||||
{% include masthead.html %}
|
||||
|
||||
{% if page.breadcrumb == true %}
|
||||
{% include breadcrumb.html %}
|
||||
{% endif %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
|
Reference in a new issue