diff --git a/themes/hexo/components/PostHeader.js b/themes/hexo/components/PostHeader.js index 9701bb6e..1a5237ad 100644 --- a/themes/hexo/components/PostHeader.js +++ b/themes/hexo/components/PostHeader.js @@ -46,7 +46,7 @@ export default function PostHeader({ post, siteInfo }) { passHref className="pl-1 mr-2 cursor-pointer hover:underline"> - {locale.COMMON.POST_TIME}:{post?.publishTime} + {locale.COMMON.POST_TIME}: {post?.publishTime} diff --git a/themes/matery/components/ArticleInfo.js b/themes/matery/components/ArticleInfo.js index af61bb72..bb816059 100644 --- a/themes/matery/components/ArticleInfo.js +++ b/themes/matery/components/ArticleInfo.js @@ -27,11 +27,11 @@ export const ArticleInfo = (props) => { passHref className="cursor-pointer whitespace-nowrap"> - {locale.COMMON.POST_TIME}:{post?.publishTime} + {locale.COMMON.POST_TIME}: {post?.publishTime} - {locale.COMMON.LAST_EDITED_TIME}:{post.lastEditedTime} + {locale.COMMON.LAST_EDITED_TIME}: {post.lastEditedTime}