diff --git a/themes/NEXT/LayoutBase.js b/themes/NEXT/LayoutBase.js index a720f518..d93def9a 100644 --- a/themes/NEXT/LayoutBase.js +++ b/themes/NEXT/LayoutBase.js @@ -91,7 +91,7 @@ const LayoutBase = ({ {/* 右下角悬浮 */} -
+
diff --git a/themes/NEXT/LayoutSlug.js b/themes/NEXT/LayoutSlug.js index 1a8b8fb6..ec1ad070 100644 --- a/themes/NEXT/LayoutSlug.js +++ b/themes/NEXT/LayoutSlug.js @@ -29,7 +29,6 @@ export const LayoutSlug = ({ const drawerRight = useRef(null) const targetRef = typeof window !== 'undefined' ? document.getElementById('container') : null - console.log(post) if (post?.blockMap?.block) { post.content = Object.keys(post.blockMap.block) post.toc = getPageTableOfContents(post, post.blockMap)