From 303045e1073aa5773dc2a965b0d3eecf9487b3b7 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 14 Sep 2023 11:58:05 +0800 Subject: [PATCH] =?UTF-8?q?PLOG=20=E4=B8=BB=E9=A2=98=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=B5=85=E8=89=B2=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/plog/components/BlogPost.js | 4 ++-- themes/plog/components/BottomNav.js | 2 +- themes/plog/index.js | 21 ++------------------- 3 files changed, 5 insertions(+), 22 deletions(-) diff --git a/themes/plog/components/BlogPost.js b/themes/plog/components/BlogPost.js index 9ea34720..a75fa8d5 100644 --- a/themes/plog/components/BlogPost.js +++ b/themes/plog/components/BlogPost.js @@ -36,10 +36,10 @@ const BlogPost = (props) => { -

+

{post?.title}

- {post?.category &&
+ {post?.category &&
{post?.category} diff --git a/themes/plog/components/BottomNav.js b/themes/plog/components/BottomNav.js index 91efb30d..7af88fba 100644 --- a/themes/plog/components/BottomNav.js +++ b/themes/plog/components/BottomNav.js @@ -13,7 +13,7 @@ import LogoBar from './LogoBar' */ const BottomNav = props => { return <> -