Created
July 12, 2016 18:44
-
-
Save derekjones/12a1175bcd3b71cc50a10803fc3a0ceb to your computer and use it in GitHub Desktop.
Bubble up / inherit layout vars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="breadcrumbs"> | |
<li><a href="/">Home</a></li> | |
{layout:breadcrumbs} | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{layout="layouts/_html-layout"} | |
{layout:set name='breadcrumbs'} | |
<li><a href="/{segment_1}">Channel Title</a></li> | |
{layout:breadcrumbs} | |
{/layout:set} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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