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

This commit is contained in:
Michael Zhang 2023-09-01 08:02:15 -05:00
parent 2122aca697
commit 0627d6b0d9
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ const datestamp = post.data.date.toLocaleDateString(undefined, {
<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} />
<meta slot="head" property="article:author" content="Michael Zhang" />
<div class="post-container">
<h1 class="post-title">{post.data.title}</h1>