From acea5fb8222a79f030fd11225b255c7096b04c64 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 2 Jan 2022 11:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.config.js | 2 +- components/ArticleDetail.js | 2 +- components/SideAreaLeft.js | 2 +- components/SideAreaRight.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 && (