feat: change the sort of the components

This commit is contained in:
KazooTTT
2025-02-14 18:45:08 +08:00
parent e334636663
commit 7912a06e82

View File

@ -88,6 +88,8 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) {
<Content /> <Content />
</div> </div>
</div> </div>
{!isPreview && <ContentFooter />}
{!isPreview && <GiscusComment client:load />} {!isPreview && <GiscusComment client:load />}
{ {
@ -98,5 +100,4 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) {
) )
} }
{!isPreview && <ContentFooter />}
</ArticleContainer> </ArticleContainer>