-
+
{locale.COMMON.TAGS}
@@ -33,8 +33,10 @@ export const LayoutTag = (props) => {
})}
+
+ {BLOG.POST_LIST_STYLE === 'page' ?
:
}
+
- {BLOG.POST_LIST_STYLE === 'page' ?
:
}
}
diff --git a/themes/matery/components/ArticleInfo.js b/themes/matery/components/ArticleInfo.js
index fd21e660..892e1c3e 100644
--- a/themes/matery/components/ArticleInfo.js
+++ b/themes/matery/components/ArticleInfo.js
@@ -28,15 +28,14 @@ export const ArticleInfo = (props) => {
passHref
>
- 发布日期: {date}
+ 发布日期: {date}
更新日期: {post.lastEditedTime}
-
-
+
>)}
diff --git a/themes/matery/components/WordCount.js b/themes/matery/components/WordCount.js
index 783e37c9..be39bff6 100644
--- a/themes/matery/components/WordCount.js
+++ b/themes/matery/components/WordCount.js
@@ -10,14 +10,15 @@ export default function WordCount() {
})
return
-
-
- 文章字数
- 0
-
+
+
+ 文章字数
+ 0
+
+
阅读时长:
- 0 分钟
+ 0分钟
}