Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created November 10, 2019 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/23777b26f792f696237f03b9cbf6e050 to your computer and use it in GitHub Desktop.
Save dance2die/23777b26f792f696237f03b9cbf6e050 to your computer and use it in GitHub Desktop.
export default ({}) => {
return (
<Layout>
<SEO
frontmatter={frontmatter}
url={new URL(slug, siteUrl).href || siteUrl}
/>
<Link to={`/blog/${year}`}>&larr; Go Back</Link>
👇
{/* This "link" is for styling gists. */}
<link
rel="stylesheet"
href="https://github.githubassets.com/assets/gist-embed-123720f37c57ce9a8f29de081c38ed61.css"
></link>
<Location>
{({ location }) => ( )}
</Location>
</Layout>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment