From 0a9d2596d61d5d6a4d5a803c70bdf74447839c6e Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 8 Dec 2021 17:44:23 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/article/[slug].js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/article/[slug].js b/pages/article/[slug].js index c03f1deb..5247b5f3 100644 --- a/pages/article/[slug].js +++ b/pages/article/[slug].js @@ -62,7 +62,7 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories
{/* 文章Title */} -

{post.title}

+

{post.title}


@@ -79,7 +79,7 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories )}
- +