mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-20 17:27:34 +08:00
feat: change the sort of the components
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user