From 5eb2b6c804d7ac878a5f1ad6f58ef9710f9ba9dc Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 2 Feb 2024 10:45:19 +0800 Subject: [PATCH] Heo WWWAds --- themes/heo/index.js | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/themes/heo/index.js b/themes/heo/index.js index 5e7aa3ab..54d328ed 100644 --- a/themes/heo/index.js +++ b/themes/heo/index.js @@ -65,13 +65,10 @@ const LayoutBase = props => { {/* 通知横幅 */} {router.route === '/' ? <> - - - + + + : null} -
- -
{fullWidth ? null : } ) @@ -270,11 +267,7 @@ const LayoutSlug = props => { siteConfig('COMMENT_GITALK_CLIENT_ID') || siteConfig('COMMENT_WEBMENTION_ENABLE') return ( -
+ <>
{lock && } @@ -334,7 +327,7 @@ const LayoutSlug = props => { )}
-
+ ) }