mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 23:41:20 +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 />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{!isPreview && <ContentFooter />}
|
||||
|
||||
{!isPreview && <GiscusComment client:load />}
|
||||
{
|
||||
@ -98,5 +100,4 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) {
|
||||
)
|
||||
}
|
||||
|
||||
{!isPreview && <ContentFooter />}
|
||||
</ArticleContainer>
|
||||
|
Reference in New Issue
Block a user