Created
March 14, 2014 18:26
-
-
Save highruned/9553730 to your computer and use it in GitHub Desktop.
Sub-konfs
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
'header': {>"konf/_header.include"/}, | |
'footer': {>"konf/_footer.include"/}, | |
'search': {>"konf/_search.include"/}, | |
'primarySidebar': {>"konf/_search.include"/}, | |
'content': function(context) { | |
return context.choose( | |
{>"konf/home.include"/}, | |
{>"konf/brand.include"/}, | |
{>"konf/searchResults.include"/} | |
); | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment