From 1cbcd5adacc2936163bb983156105e98dd165297 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 10 Apr 2022 13:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E9=93=BE=E6=96=B0=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=20=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/BlogPostCard.js | 3 ++- themes/medium/components/TopNavBar.js | 2 +- themes/next/components/MenuButtonGroup.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index d1ba0023..54a37a72 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -39,7 +39,8 @@ const BlogPostCard = ({ post, showSummary }) => { {(!showPreview || showSummary) && ( -

+

{post.summary}

)} diff --git a/themes/medium/components/TopNavBar.js b/themes/medium/components/TopNavBar.js index b1ed876b..2c48ec7b 100644 --- a/themes/medium/components/TopNavBar.js +++ b/themes/medium/components/TopNavBar.js @@ -21,7 +21,7 @@ export default function TopNavBar (props) { if (link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return -
diff --git a/themes/next/components/MenuButtonGroup.js b/themes/next/components/MenuButtonGroup.js index 01287343..07cb95fc 100644 --- a/themes/next/components/MenuButtonGroup.js +++ b/themes/next/components/MenuButtonGroup.js @@ -26,7 +26,7 @@ const MenuButtonGroup = (props) => { if (link && link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return -