Merge pull request #142 from tangly1024/preview

修复BUG ;hexo: 文章页默认背景图
This commit is contained in:
tangly1024
2022-04-02 13:57:59 +08:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ export const LayoutSlug = props => {
return (
<LayoutBase
headerSlot={<HeaderArticle post={post}/>}
headerSlot={<HeaderArticle {...props}/>}
{...props}
showCategory={false}
showTag={false}