diff --git a/themes/fukasawa/components/BlogListPage.js b/themes/fukasawa/components/BlogListPage.js index a418ff47..04ef2b47 100644 --- a/themes/fukasawa/components/BlogListPage.js +++ b/themes/fukasawa/components/BlogListPage.js @@ -20,6 +20,8 @@ const BlogListPage = ({ page = 1, posts = [], postCount }) => { function updateCol() { if (window.outerWidth > 1200) { changeCol(3) + } else if (window.outerWidth > 900) { + changeCol(2) } else { changeCol(1) } diff --git a/themes/hexo/LayoutBase.js b/themes/hexo/LayoutBase.js index 6d78abee..d7fdbf2b 100644 --- a/themes/hexo/LayoutBase.js +++ b/themes/hexo/LayoutBase.js @@ -59,12 +59,12 @@ const LayoutBase = props => { {headerSlot} -
+
-
+
{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 }) => { {post.title} {/* {post.title} */}