mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 07:26:48 +00:00
fix date
This commit is contained in:
@@ -56,7 +56,7 @@ const CommonHead = ({ meta, children }) => {
|
||||
<>
|
||||
<meta
|
||||
property="article:published_time"
|
||||
content={meta.date || meta.createdTime}
|
||||
content={meta.publishTime}
|
||||
/>
|
||||
<meta property="article:author" content={BLOG.AUTHOR} />
|
||||
<meta property="article:section" content={category} />
|
||||
|
||||
Reference in New Issue
Block a user