fix: remove stray next line

This commit is contained in:
Damillora 2024-11-22 04:11:54 +07:00
parent 597af72786
commit 761ee416cd

@ -49,8 +49,6 @@
<PostMain> <PostMain>
<GhostStyle> <GhostStyle>
{@html data.post.html} {@html data.post.html}
<br />
</GhostStyle> </GhostStyle>
</PostMain> </PostMain>
<PostNavigator prev_post={data.prevPost} next_post={data.nextPost} /> <PostNavigator prev_post={data.prevPost} next_post={data.nextPost} />