mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-26 05:22:28 +01:00
commit
c31912500b
@ -16,6 +16,9 @@ const Layout = ({ children, title, description }: Props) => (
|
||||
<html lang="en" />
|
||||
<title>{title}</title>
|
||||
<meta name="description" content={description} />
|
||||
<meta property="og:site_name" content={title} />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content={title} />
|
||||
</Helmet>
|
||||
{children}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user