diff --git a/blog.config.js b/blog.config.js index 82f93cb8..3df0b0aa 100644 --- a/blog.config.js +++ b/blog.config.js @@ -21,7 +21,7 @@ const BLOG = { showArchive: true, // WIP 是否显示归档 autoCollapsedNavBar: false, // the automatically collapsed navigation bar socialLink: { - weibo: 'https://weibo.com/u/2245301913', + weibo: 'https://weibo.com/tangly1024', twitter: '', github: 'https://github.com/tangly1024', telegram: '' diff --git a/components/ArticleDetail.js b/components/ArticleDetail.js index 136f5085..053c8af2 100644 --- a/components/ArticleDetail.js +++ b/components/ArticleDetail.js @@ -60,7 +60,7 @@ export default function ArticleDetail ({ post, blockMap, recommendPosts, prev, n {post.type && !post.type.includes('Page') && post?.page_cover && (
{/* eslint-disable-next-line @next/next/no-img-element */} - {post.title} + {post.title}
)} diff --git a/components/SideAreaLeft.js b/components/SideAreaLeft.js index c5bb9765..82685cb2 100644 --- a/components/SideAreaLeft.js +++ b/components/SideAreaLeft.js @@ -25,7 +25,7 @@ const SideAreaLeft = ({ title, tags, currentTag, post, posts, categories, curren const postCount = posts?.length || 0 return <> -
+
{/* 菜单 */}
diff --git a/components/SideAreaRight.js b/components/SideAreaRight.js index 66a12ae6..2e365eab 100644 --- a/components/SideAreaRight.js +++ b/components/SideAreaRight.js @@ -61,7 +61,7 @@ const SideAreaRight = ({ {/* */} -
+
{/* {showToc && (