Skip to content

Instantly share code, notes, and snippets.

@derekjones
Created July 12, 2016 18:44
Show Gist options
  • Save derekjones/12a1175bcd3b71cc50a10803fc3a0ceb to your computer and use it in GitHub Desktop.
Save derekjones/12a1175bcd3b71cc50a10803fc3a0ceb to your computer and use it in GitHub Desktop.
Bubble up / inherit layout vars
<ul class="breadcrumbs">
<li><a href="/">Home</a></li>
{layout:breadcrumbs}
</ul>
{layout="layouts/_html-layout"}
{layout:set name='breadcrumbs'}
<li><a href="/{segment_1}">Channel Title</a></li>
{layout:breadcrumbs}
{/layout:set}
{layout='layouts/_single-entry-layout'}
{layout:set name='breadcrumbs'}
<li>Entry Title</li>
{/layout:set}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment