Hexo: 背景图

This commit is contained in:
tangly1024
2022-03-31 11:30:19 +08:00
parent 6bfe030ead
commit 418dc38de6
4 changed files with 7 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ export default function SideRight (props) {
</Card>
)}
{CONFIG_HEXO.WIDGET_LATEST_POSTS && latestPosts && latestPosts.length > 0 && <Card>
<LatestPostsGroup posts={latestPosts} />
<LatestPostsGroup posts={latestPosts} {...props} />
</Card>}
<div className='sticky top-20'>