-
{BLOG.AUTHOR}
-
- {post.date?.start_date || post.createdTime}
-
-
- {post.category &&
- {post.category}}
+ {/* 文章信息 */}
+
+
+
{BLOG.AUTHOR}
+
+
+ {post.date?.start_date || post.createdTime}
+
+
+
+
+ {post.category &&
{post.category}}
{post.tags && post.tags?.length > 0 && post.tags.map(t =>
/ {t})}
+
@@ -30,7 +39,7 @@ export const BlogItem = props => {
-
+
Continue Reading
diff --git a/themes/simple/components/SocialButton.js b/themes/simple/components/SocialButton.js
index f62ae7c2..85cbfb02 100644
--- a/themes/simple/components/SocialButton.js
+++ b/themes/simple/components/SocialButton.js
@@ -8,7 +8,7 @@ import React from 'react'
*/
const SocialButton = () => {
return
-
+
{BLOG.CONTACT_GITHUB &&
}