mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 15:10:39 +00:00
V3.4.1
This commit is contained in:
@@ -45,7 +45,7 @@ export default function SideRight(props) {
|
|||||||
<LatestPostsGroup {...props} />
|
<LatestPostsGroup {...props} />
|
||||||
</Card>}
|
</Card>}
|
||||||
|
|
||||||
{BLOG.COMMENT_WALINE_SERVER_URL && <HexoRecentComments/>}
|
{BLOG.COMMENT_WALINE_SERVER_URL && BLOG.COMMENT_WALINE_RECENT && <HexoRecentComments/>}
|
||||||
|
|
||||||
<div className='sticky top-20'>
|
<div className='sticky top-20'>
|
||||||
{post && post.toc && post.toc.length > 1 && <Card>
|
{post && post.toc && post.toc.length > 1 && <Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user