+
{onLoading ? : children}
diff --git a/themes/hexo/LayoutSlug.js b/themes/hexo/LayoutSlug.js
index ee3143cf..e914a191 100644
--- a/themes/hexo/LayoutSlug.js
+++ b/themes/hexo/LayoutSlug.js
@@ -54,7 +54,7 @@ export const LayoutSlug = props => {
{lock &&
}
- {!lock &&
+ {!lock &&
{/* Notion文章主体 */}
diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js
index ea95f425..a11af155 100644
--- a/themes/hexo/components/BlogPostCard.js
+++ b/themes/hexo/components/BlogPostCard.js
@@ -85,7 +85,7 @@ const BlogPostCard = ({ post, showSummary }) => {
{/* */}