fix padding again
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-09-01 19:26:23 -05:00
parent 424c056a09
commit 13d83842aa
1 changed files with 1 additions and 1 deletions

View File

@ -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:url" content={Astro.url} />
<meta slot="head" property="og:description" content={remarkPluginFrontmatter.excerpt} />