hexo: 文章页默认背景图

This commit is contained in:
tangly1024
2022-04-02 13:47:40 +08:00
parent b9e064fc05
commit 3cfed295ff

View File

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