From 2feef2c70c579248cc329693418b19be79a26f37 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 13 Feb 2022 11:44:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=AE=E8=B0=83?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/Medium/LayoutSlug.js | 8 ++++---- themes/Medium/components/Footer.js | 2 +- themes/Medium/components/LogoBar.js | 12 +++++------- themes/Medium/components/SocialButton.js | 4 +--- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/themes/Medium/LayoutSlug.js b/themes/Medium/LayoutSlug.js index 015e6d29..c0dd5a93 100644 --- a/themes/Medium/LayoutSlug.js +++ b/themes/Medium/LayoutSlug.js @@ -60,7 +60,7 @@ export const LayoutSlug = (props) => { return

{post?.title}

-
+
<> {
{date}
-
+ {/* Notion文章主体 */}
{post.blockMap && ( @@ -102,10 +102,10 @@ export const LayoutSlug = (props) => { data-ad-client="ca-pub-2708419466378217" data-ad-slot="3806269138"/>
-
+
-
+
} diff --git a/themes/Medium/components/Footer.js b/themes/Medium/components/Footer.js index 57ad7797..d9aac814 100644 --- a/themes/Medium/components/Footer.js +++ b/themes/Medium/components/Footer.js @@ -9,7 +9,7 @@ const Footer = ({ title }) => { const startYear = BLOG.SINCE && BLOG.SINCE !== currentYear && BLOG.SINCE + '-' return (