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 => { )}
-
+ ) }