sharebar position

This commit is contained in:
tangly1024.com
2023-04-26 16:39:52 +08:00
parent 262dca3251
commit abd80f4c8d
7 changed files with 19 additions and 14 deletions

View File

@@ -94,15 +94,16 @@ export default function ArticleDetail(props) {
</section>
{showArticleInfo && <>
{/* 分享 */}
<ShareBar post={post} />
{/* 版权声明 */}
{post.type === 'Post' && <ArticleCopyright author={BLOG.AUTHOR} url={url} />}
{/* 推荐文章 */}
{post.type === 'Post' && <RecommendPosts currentPost={post} recommendPosts={recommendPosts} />}
{/* 分享 */}
<ShareBar post={post} />
<section className="flex justify-between">
{/* 分类 */}
{post.category && <>