From 17a901cf9db5e8010136b6a20c8989fbb5ab5794 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 8 Jul 2023 13:28:58 +0800 Subject: [PATCH] theme-landing --- themes/landing/index.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/themes/landing/index.js b/themes/landing/index.js index cee7e83f..57ced679 100644 --- a/themes/landing/index.js +++ b/themes/landing/index.js @@ -76,10 +76,8 @@ const LayoutSlug = (props) => const LayoutSearch = (props) => const LayoutArchive = (props) => const Layout404 = (props) => -const LayoutCategory = (props) => const LayoutCategoryIndex = (props) => -const LayoutPage = (props) => -const LayoutTag = (props) => +const LayoutPostList = (props) => const LayoutTagIndex = (props) => export { @@ -89,9 +87,7 @@ export { LayoutArchive, LayoutSlug, Layout404, - LayoutCategory, + LayoutPostList, LayoutCategoryIndex, - LayoutPage, - LayoutTag, LayoutTagIndex }