This commit is contained in:
parent
2122aca697
commit
0627d6b0d9
1 changed files with 1 additions and 0 deletions
|
@ -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="keywords" content={post.data.tags.join(", ")} />
|
||||||
<meta slot="head" property="description" content={remarkPluginFrontmatter.excerpt} />
|
<meta slot="head" property="description" content={remarkPluginFrontmatter.excerpt} />
|
||||||
<meta slot="head" property="article:published_time" content={datestamp} />
|
<meta slot="head" property="article:published_time" content={datestamp} />
|
||||||
|
<meta slot="head" property="article:author" content="Michael Zhang" />
|
||||||
|
|
||||||
<div class="post-container">
|
<div class="post-container">
|
||||||
<h1 class="post-title">{post.data.title}</h1>
|
<h1 class="post-title">{post.data.title}</h1>
|
||||||
|
|
Loading…
Reference in a new issue