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>
  )
}