Skip to content

Commit

Permalink
add breadcrumbs region to page template and info file
Browse files Browse the repository at this point in the history
  • Loading branch information
zaclittleberry committed Jul 22, 2015
1 parent 820d2f3 commit 12f8db9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/page.html.twig
Expand Up @@ -49,6 +49,7 @@
* - page.header
* - page.help
* - page.highlighted
* - page.breadcrumb
* - page.content
* - page.sidebar_first
* - page.sidebar_second
Expand Down Expand Up @@ -142,7 +143,7 @@
</div>
{% endif %}
<a id="main-content"></a>
{% if breadcrumb %} {{ breadcrumb }} {% endif %}
{% if page.breadcrumb %} {{ page.breadcrumb }} {% endif %}
{% if title and not is_front %}
{{ title_prefix }}
<h1 id="page-title" class="title">{{ title }}</h1>
Expand Down
1 change: 1 addition & 0 deletions zurb_foundation.info.yml
Expand Up @@ -21,6 +21,7 @@ regions:
page_top: 'Page top'
page_bottom: 'Page bottom'
highlighted: Highlighted
breadcrumb: Breadcrumb
content: Content
sidebar_first: 'Left Sidebar'
sidebar_second: 'Right Sidebar'
Expand Down

0 comments on commit 12f8db9

Please sign in to comment.