Skip to content

Instantly share code, notes, and snippets.

@dnasca
Last active July 16, 2016 07:24
Show Gist options
  • Save dnasca/8fa969b66d387a31bd344bbfc12dc4e2 to your computer and use it in GitHub Desktop.
Save dnasca/8fa969b66d387a31bd344bbfc12dc4e2 to your computer and use it in GitHub Desktop.
web_modules / LayoutContainer / index.js
<Helmet
meta={ [
{
name: "generator", content: `${
process.env.PHENOMIC_NAME } ${ process.env.PHENOMIC_VERSION }`,
},
{ property: "og:site_name", content: pkg.name },
{ name: "twitter:site", content: `@${ pkg.twitter }` },
] }
script={ [
{ src: "https://cdn.polyfill.io/v2/polyfill.min.js" },
{ src: "https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" },
{ src: "https://cdn.snipcart.com/scripts/2.0/snipcart.js",
"data-api-key": "testkey",
"id": "snipcart" },
] }
link={ [
{ href: "https://cdn.snipcart.com/themes/2.0/base/snipcart.min.css", rel: "stylesheet", type: "text/css" },
] }
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment