Skip to content

Instantly share code, notes, and snippets.

@tadatuta
Forked from alexbaumgertner/footer.bemjson.js
Last active November 30, 2015 13:14
Show Gist options
  • Save tadatuta/acbeba6e16ac64e7f160 to your computer and use it in GitHub Desktop.
Save tadatuta/acbeba6e16ac64e7f160 to your computer and use it in GitHub Desktop.
block('logo')(
content()(function() {
return [{
block: 'icon',
tag: 'i',
url: '/logo.png',
mix: [{
block: 'logo',
elem: 'logo'
}]
}, {
elem: 'text',
tag: 'span',
content: 'HTML Academy'
}];
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment