This commit is contained in:
parent
424c056a09
commit
13d83842aa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const datestamp = post.data.date.toLocaleDateString(undefined, {
|
||||||
});
|
});
|
||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout>
|
<BaseLayout pad={false}>
|
||||||
<meta slot="head" property="og:title" content={post.data.title} />
|
<meta slot="head" property="og:title" content={post.data.title} />
|
||||||
<meta slot="head" property="og:url" content={Astro.url} />
|
<meta slot="head" property="og:url" content={Astro.url} />
|
||||||
<meta slot="head" property="og:description" content={remarkPluginFrontmatter.excerpt} />
|
<meta slot="head" property="og:description" content={remarkPluginFrontmatter.excerpt} />
|
||||||
|
|
Loading…
Reference in a new issue