...
This commit is contained in:
parent
8bd5e7411a
commit
fb7f3ebe38
@ -34,6 +34,7 @@ export default function Home({ content, graphdata, filenames, ...props }) {
|
|||||||
return (
|
return (
|
||||||
<Layout home>
|
<Layout home>
|
||||||
<Head>
|
<Head>
|
||||||
|
<meta name="google-site-verification" content="7iZ3AXo66Mm1qElIrjOAcUD6pqBeDQGC63zZfwiGhbE" />
|
||||||
{content.title && <meta name="title" content={content.title} />}
|
{content.title && <meta name="title" content={content.title} />}
|
||||||
{content.canonical && <meta name="canonical_url" content={content.canonical} />}
|
{content.canonical && <meta name="canonical_url" content={content.canonical} />}
|
||||||
{content.description && <meta name="description" content={content.description} />}
|
{content.description && <meta name="description" content={content.description} />}
|
||||||
|
Loading…
Reference in New Issue
Block a user