diff --git a/themes/fukasawa/components/ArticleDetail.js b/themes/fukasawa/components/ArticleDetail.js index 19968e72..961e3e40 100644 --- a/themes/fukasawa/components/ArticleDetail.js +++ b/themes/fukasawa/components/ArticleDetail.js @@ -26,7 +26,7 @@ export default function ArticleDetail(props) { )}
@@ -103,5 +103,5 @@ export default function ArticleDetail(props) { - ); + ) } diff --git a/themes/hexo/LayoutSlug.js b/themes/hexo/LayoutSlug.js index 327497ac..9e1d8aa4 100644 --- a/themes/hexo/LayoutSlug.js +++ b/themes/hexo/LayoutSlug.js @@ -51,7 +51,7 @@ export const LayoutSlug = props => { {!lock &&
-
+
{/* Notion文章主体 */}
{post && } diff --git a/themes/matery/LayoutSlug.js b/themes/matery/LayoutSlug.js index 6e95ff52..1d3a7e48 100644 --- a/themes/matery/LayoutSlug.js +++ b/themes/matery/LayoutSlug.js @@ -64,7 +64,7 @@ export const LayoutSlug = props => { }
-
+
{/* Notion文章主体 */}
{showArticleInfo &&
@@ -140,5 +140,5 @@ export default function ArticleDetail(props) {
- ); + ) }