Skip to content

Instantly share code, notes, and snippets.

@innabelaya
Last active December 9, 2015 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save innabelaya/8885713 to your computer and use it in GitHub Desktop.
Save innabelaya/8885713 to your computer and use it in GitHub Desktop.
({
block: 'page',
title: 'Title of the page',
favicon: '/favicon.ico',
head: [
{ elem: 'meta', attrs: { name: 'description', content: '' }},
{ elem: 'css', url: '_index.css' }
],
scripts: [{ elem: 'js', url: '_index.js' }],
content: [
{ block : 'head'}
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment