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 }