keywords
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-09-01 08:01:19 -05:00
parent 4a03a76348
commit 2122aca697
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ const datestamp = post.data.date.toLocaleDateString(undefined, {
{heroImage && <meta slot="head" property="og:image" content={heroImage.src} />}
{heroAlt && <meta slot="head" property="og:image:alt" content={heroAlt} />}
<meta slot="head" property="keywords" content={post.data.tags.join(", ")} />
<meta slot="head" property="description" content={remarkPluginFrontmatter.excerpt} />
<meta slot="head" property="article:published_time" content={datestamp} />