From fdce9d235f035995e39eb5e95c7ef80f734a99ee Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 31 Oct 2024 18:12:55 +0800 Subject: [PATCH] =?UTF-8?q?nobelium=E4=B8=BB=E9=A2=98=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E6=A0=87=E9=A2=98=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/nobelium/components/Nav.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/nobelium/components/Nav.js b/themes/nobelium/components/Nav.js index 5e6232af..899b7ea0 100644 --- a/themes/nobelium/components/Nav.js +++ b/themes/nobelium/components/Nav.js @@ -68,11 +68,11 @@ const Nav = props => { {post ? ( -

+

{post?.title}

) : ( -

+

{siteConfig('TITLE')} {/* ,{' '}{siteConfig('DESCRIPTION')} */}