初步完成HEXO主题

This commit is contained in:
tangly1024
2022-01-24 17:19:08 +08:00
parent 952e258ed7
commit 5afa7fa9fd
18 changed files with 369 additions and 56 deletions

View File

@@ -11,7 +11,7 @@ import Custom404 from '@/pages/404'
*/
const Slug = (props) => {
if (!props.post) {
return <Custom404 />
return <Custom404 {...props} />
}
return <LayoutSlug {...props} />
}