From 352ece25ab86884ae9c0e2fb27576f3d64d51a28 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 6 Feb 2023 10:57:29 +0800 Subject: [PATCH] matery - page - cover --- themes/matery/LayoutPage.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/matery/LayoutPage.js b/themes/matery/LayoutPage.js index d4ab7079..b0841c1c 100644 --- a/themes/matery/LayoutPage.js +++ b/themes/matery/LayoutPage.js @@ -2,8 +2,7 @@ import BlogPostListPage from './components/BlogPostListPage' import LayoutBase from './LayoutBase' export const LayoutPage = (props) => { - const { page, posts, postCount } = props return - + }