mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-21 01:37:32 +08:00
feat: change the sort of the components
This commit is contained in:
@ -89,6 +89,8 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{!isPreview && <ContentFooter />}
|
||||||
|
|
||||||
{!isPreview && <GiscusComment client:load />}
|
{!isPreview && <GiscusComment client:load />}
|
||||||
{
|
{
|
||||||
!isPreview && (
|
!isPreview && (
|
||||||
@ -98,5 +100,4 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
{!isPreview && <ContentFooter />}
|
|
||||||
</ArticleContainer>
|
</ArticleContainer>
|
||||||
|
Reference in New Issue
Block a user